Merge pull request #4702 from Jarcolr/patch-2

Kicking a grille does 2 less damage; fix for #4557
This commit is contained in:
Chinsky
2014-04-06 22:11:43 +04:00
+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()
..()
..()