Fixes cow tipping properly (#37015)

This commit is contained in:
AnturK
2018-04-08 01:15:31 +02:00
committed by CitadelStationBot
parent 4817cb10de
commit 3de992aee2
@@ -154,9 +154,7 @@
M.visible_message("<span class='warning'>[M] tips over [src].</span>",
"<span class='notice'>You tip over [src].</span>")
to_chat(src, "<span class='userdanger'>You are tipped over by [M]!</span>")
Knockdown(60)
update_canmove()
addtimer(CALLBACK(src, .proc/update_canmove), 61)
Knockdown(60,ignore_canknockdown = TRUE)
icon_state = icon_dead
spawn(rand(20,50))
if(!stat && M)