This commit is contained in:
phil235
2014-11-07 22:38:52 +01:00
parent 8ac93c41db
commit 9e487bb33a
+2 -1
View File
@@ -248,4 +248,5 @@
var/obj/item/I = AM
tforce = I.throwforce - 5
playsound(loc, 'sound/effects/grillehit.ogg', 80, 1)
health = max(0, health - tforce) healthcheck()
health = max(0, health - tforce)
healthcheck()