From f13b45bf0a947204101adcdca3a1a0afa4bf5260 Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Sun, 26 Mar 2023 05:47:11 -0500 Subject: [PATCH] fixes duplicated examine text on grills (#20696) --- code/game/objects/structures/grille.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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."