Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Waselon committed Aug 27, 2024
1 parent 1beffaf commit 258de7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ GLOBAL_LIST_INIT(xenoupgradetiers, list(XENO_UPGRADE_BASETYPE, XENO_UPGRADE_INVA

#define RAVAGER_RAGE_DURATION 10 SECONDS
#define RAVAGER_RAGE_WARNING 0.7
#define RAVAGER_RAGE_MIN_HEALTH_THRESHOLD 1 //The maximum % of HP we can have to trigger Rage
#define RAVAGER_RAGE_MIN_HEALTH_THRESHOLD 0.9 //The maximum % of HP we can have to trigger Rage
#define RAVAGER_RAGE_ENDURE_INCREASE_PER_SLASH 2 SECONDS //The amount of time each slash during Super Rage increases Endure's duration

//crusher defines
Expand Down

0 comments on commit 258de7a

Please sign in to comment.