Skip to content

Commit

Permalink
whoops, left my debug vars on
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Mar 19, 2024
1 parent 2b5f02f commit 9a6f408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/projectiles/projectile.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Some debug variables. Toggle them to 1 in order to see the related debug messages. Helpful when testing out formulas.
#define DEBUG_HIT_CHANCE 1
#define DEBUG_HUMAN_DEFENSE 1
#define DEBUG_XENO_DEFENSE 1
#define DEBUG_HIT_CHANCE 0
#define DEBUG_HUMAN_DEFENSE 0
#define DEBUG_XENO_DEFENSE 0

//The actual bullet objects.
/obj/projectile
Expand Down

0 comments on commit 9a6f408

Please sign in to comment.