diff --git a/hyperstation/code/game/objects/structures/railings.dm b/hyperstation/code/game/objects/structures/railings.dm index b527238c5..6c2ce1a81 100644 --- a/hyperstation/code/game/objects/structures/railings.dm +++ b/hyperstation/code/game/objects/structures/railings.dm @@ -237,6 +237,9 @@ /obj/structure/railing/attack_paw(mob/user) return attack_hand(user) +/obj/structure/grille/hulk_damage() + return 60 + /obj/structure/railing/hitby(atom/movable/AM, skipcatch, hitpush, blocked, datum/thrownthing/throwingdatum) if(isobj(AM)) if(prob(50) && anchored && !broken)