Pets can no longer nuzzle grilles into oblivion (#46430)

This commit is contained in:
Rodey125
2019-09-15 00:13:56 -05:00
committed by Rob Bailey
parent f4e7baa899
commit 91004b5cc9
+2
View File
@@ -87,6 +87,8 @@
/obj/structure/grille/attack_animal(mob/user)
. = ..()
if(!.)
return
if(!shock(user, 70))
take_damage(rand(5,10), BRUTE, "melee", 1)