Kicking a grille does 2 less damage; fix for #4557

It will now take 10 hits to destroy it without using a weapon or tools.

Take that,metagamers!
This commit is contained in:
Jarcolr
2014-04-05 19:15:41 +03:00
parent 231ecb6890
commit a3bf9733a2
+2 -2
View File
@@ -41,7 +41,7 @@
if(HULK in user.mutations)
health -= 5
else
health -= 3
health -= 1
healthcheck()
/obj/structure/grille/attack_alien(mob/user as mob)
@@ -215,4 +215,4 @@
if(exposed_temperature > T0C + 1500)
health -= 1
healthcheck()
..()
..()