Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/castes/defender/abili…
Browse files Browse the repository at this point in the history
…ties_defender.dm

Co-authored-by: Helg2 <[email protected]>
Signed-off-by: homexp13 <[email protected]>
  • Loading branch information
homexp13 and Helg2 authored Nov 14, 2024
1 parent 4dbbd54 commit a82b5d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
damage_accumulated += damage

if(damage_accumulated >= damage_threshold)
addtimer(CALLBACK(src, PROC_REF(enraged), owner), 1) //CM use timer, so i do
addtimer(CALLBACK(src, PROC_REF(enraged), owner), 0.1 SECONDS) //CM use timer, so i do
UnregisterSignal(owner, COMSIG_XENOMORPH_TAKING_DAMAGE) // Two Unregistersignal because if the enrage proc doesnt happen, then it needs to stop counting

/datum/action/ability/xeno_action/soak/proc/stop_accumulating()
Expand Down

0 comments on commit a82b5d5

Please sign in to comment.