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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user