diff --git a/code/game/objects/structures/grille.dm b/code/game/objects/structures/grille.dm index 494bfcde94e..2ea0deb9221 100644 --- a/code/game/objects/structures/grille.dm +++ b/code/game/objects/structures/grille.dm @@ -67,7 +67,7 @@ if(M_HULK in user.mutations) health -= 5 else - health -= 3 + health -= 1 healthcheck() /obj/structure/grille/attack_alien(mob/user as mob) @@ -241,4 +241,4 @@ if(exposed_temperature > T0C + 1500) health -= 1 healthcheck() - ..() \ No newline at end of file + ..()