Clockwork kindle stun now respects the owner's remaining health (#7999)

* clock slab OP pls nerf

* I'll go check if this can actually do later.

* In a clunky motion, it rails back onto the tracks.
This commit is contained in:
Ghom
2019-02-22 14:58:52 +01:00
committed by kevinz000
parent 1995f2d61d
commit a4c0a4e4be
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -458,7 +458,7 @@
var/old_health
/datum/status_effect/kindle/tick()
owner.Knockdown(15)
owner.Knockdown(15, TRUE, FALSE, 15)
if(iscarbon(owner))
var/mob/living/carbon/C = owner
C.silent = max(2, C.silent)