spam begone (#20519)

This commit is contained in:
matttheficus
2023-02-28 14:38:27 -06:00
committed by GitHub
parent 52f74e8999
commit 261d7f8e17
+1 -1
View File
@@ -73,7 +73,7 @@
/datum/component/parry/proc/start_parry(mob/living/L)
SIGNAL_HANDLER
var/time_since_parry = world.time - time_parried
if(time_since_parry < parry_cooldown) // stops spam
if(time_since_parry < parry_cooldown + parry_time_out_time) // stops spam
return
time_parried = world.time