mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
spam begone (#20519)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user