Renames stun effects and changes stun input values as preliminary work for changing stuns to status effects (#28524)

This commit is contained in:
Joan Lung
2017-06-18 22:03:51 -04:00
committed by Leo
parent f01f72c071
commit 2672d88800
248 changed files with 816 additions and 876 deletions

View File

@@ -291,7 +291,7 @@
"<span class='italics'>You hear a loud metal bang.</span>")
var/mob/living/L = O
if(!issilicon(L))
L.Weaken(2)
L.Knockdown(40)
O.forceMove(T)
close()
else