Skip to content

Commit

Permalink
Increase double throw delay from 0.4 to 1.5s
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jan 23, 2024
1 parent d83344c commit c2a1fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/conflict.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
#define WIELD_DELAY_VERY_SLOW 10
#define WIELD_DELAY_HORRIBLE 12

///This is how long you must wait after throwing something to throw again
#define THROW_DELAY (0.4 SECONDS)
///This is how long you must wait to throw again after throwing two things
#define THROW_DELAY (1.5 SECONDS)

//Explosion level thresholds. Upper bounds
#define EXPLOSION_THRESHOLD_VLOW 50
Expand Down

0 comments on commit c2a1fce

Please sign in to comment.