Skip to content

Commit

Permalink
Ravager can endure and rage in fog/dense objects (#16839)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyzsong authored Dec 25, 2024
1 parent b85da03 commit 3b2ec5c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
keybinding_signals = list(
KEYBINDING_NORMAL = COMSIG_XENOABILITY_ENDURE,
)
use_state_flags = ABILITY_USE_STAGGERED //Can use this while staggered
use_state_flags = ABILITY_USE_STAGGERED|ABILITY_USE_SOLIDOBJECT //Can use this while staggered
///How low the Ravager's health can go while under the effects of Endure before it dies
var/endure_threshold = RAVAGER_ENDURE_HP_LIMIT
///Timer for Endure's duration
Expand Down Expand Up @@ -320,6 +320,7 @@
ability_cost = 0 //We're limited by cooldowns, not plasma
cooldown_duration = 60 SECONDS
keybind_flags = ABILITY_KEYBIND_USE_ABILITY | ABILITY_IGNORE_SELECTED_ABILITY
use_state_flags = ABILITY_USE_SOLIDOBJECT
keybinding_signals = list(
KEYBINDING_NORMAL = COMSIG_XENOABILITY_RAGE,
)
Expand Down

0 comments on commit 3b2ec5c

Please sign in to comment.