Merge pull request #13013 from DeltaFire15/newnew-clock-misc-stuff
N tvsg sebz Nezbere (or: a bunch of clockcult related stuff)
This commit is contained in:
@@ -562,8 +562,8 @@
|
||||
owner.DefaultCombatKnockdown(15, TRUE, FALSE, 15)
|
||||
if(iscarbon(owner))
|
||||
var/mob/living/carbon/C = owner
|
||||
C.silent = max(2, C.silent)
|
||||
C.stuttering = max(5, C.stuttering)
|
||||
C.silent = max(5, C.silent) //Increased, now lasts until five seconds after it ends, instead of 2
|
||||
C.stuttering = max(10, C.stuttering) //Increased, now lasts for five seconds after the mute ends, instead of 3
|
||||
if(!old_health)
|
||||
old_health = owner.health
|
||||
if(!old_oxyloss)
|
||||
|
||||
Reference in New Issue
Block a user