mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
fixes duplicated examine text on grills (#20696)
This commit is contained in:
@@ -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>"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user