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
@@ -25,11 +25,11 @@
if(I && I.has_tool_quality(TOOL_WRENCH))
if(panel_open)
user.visible_message("<b>\The [user]</b> rotates \the [src] with \the [I].",
"<span class='notice'>You rotate \the [src] with \the [I].</span>")
span_notice("You rotate \the [src] with \the [I]."))
set_dir(turn(dir, 90))
playsound(src, 'sound/items/jaws_pry.ogg', 50, 1)
else
to_chat(user, "<span class='notice'>The maintenance panel must be screwed open for this!</span>")
to_chat(user, span_notice("The maintenance panel must be screwed open for this!"))
return
if(default_deconstruction_screwdriver(user, I))
return