refactors most spans

This commit is contained in:
Kashargul
2024-10-02 21:10:31 +02:00
parent 5417c7772c
commit a2c673ab7a
1517 changed files with 12436 additions and 12347 deletions
+2 -2
View File
@@ -364,10 +364,10 @@
return
if(O?.has_tool_quality(TOOL_CROWBAR) || O?.has_tool_quality(TOOL_WRENCH) || istype(O, /obj/item/storage/part_replacer))
if(offline_for)
to_chat(user, "<span class='warning'>Wait until \the [src] cools down from emergency shutdown first!</span>")
to_chat(user, span_warning("Wait until \the [src] cools down from emergency shutdown first!"))
return
if(running)
to_chat(user, "<span class='notice'>Turn off \the [src] first!</span>")
to_chat(user, span_notice("Turn off \the [src] first!"))
return
if(default_deconstruction_crowbar(user, O))
return