fixes duplicated examine text on grills (#20696)

This commit is contained in:
GDN
2023-03-26 05:47:11 -05:00
committed by GitHub
parent ccac40732b
commit f13b45bf0a
+1 -2
View File
@@ -23,8 +23,7 @@
/obj/structure/grille/examine(mob/user)
. = ..()
. += "<span class='notice'>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.<br>\
Use <b>wirecutters</b> to deconstruct this item.</span>"
. += "<span class='notice'>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.</span>"
. += "<span class='notice'>Use <b>wirecutters</b> to deconstruct this item.</span>"