diff --git a/code/game/objects/structures/grille.dm b/code/game/objects/structures/grille.dm index bcd95c0565a..2f5c5e17c11 100644 --- a/code/game/objects/structures/grille.dm +++ b/code/game/objects/structures/grille.dm @@ -23,8 +23,7 @@ /obj/structure/grille/examine(mob/user) . = ..() - . += "A powered wire underneath this will cause the grille to shock anyone who touches the grill. An electric shock may leap forth if the grill is damaged.
\ - Use wirecutters to deconstruct this item.
" + . += "A powered wire underneath this will cause the grille to shock anyone who touches the grill. An electric shock may leap forth if the grill is damaged." . += "Use wirecutters to deconstruct this item."