welders on tables, wow (#20042)

This commit is contained in:
Contrabang
2023-01-02 10:48:49 -05:00
committed by GitHub
parent 3d521286bc
commit d1c80c8802
+1 -1
View File
@@ -709,9 +709,9 @@
return ..()
/obj/structure/table/reinforced/welder_act(mob/user, obj/item/I)
. = TRUE
if(!I.tool_use_check(user, 0))
return
. = TRUE
to_chat(user, "<span class='notice'>You start [deconstruction_ready ? "strengthening" : "weakening"] the reinforced table...</span>")
if(I.use_tool(src, user, 50, volume = I.tool_volume))
to_chat(user, "<span class='notice'>You [deconstruction_ready ? "strengthen" : "weaken"] the table.</span>")