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:
silicons
2020-08-06 19:37:30 -07:00
committed by GitHub
15 changed files with 375 additions and 10 deletions
+2 -2
View File
@@ -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)