mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
* extra spaces removed from "span class = '" --> "span class='"
* warning-spans added to cases of "You need..."
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
add_overlay("glass_raised")
|
||||
|
||||
/obj/structure/fireaxecabinet/proc/toggle_lock(mob/user)
|
||||
to_chat(user, "<span class = 'caution'> Resetting circuitry...</span>")
|
||||
to_chat(user, "<span class='caution'> Resetting circuitry...</span>")
|
||||
playsound(src, 'sound/machines/locktoggle.ogg', 50, 1)
|
||||
if(do_after(user, 20, target = src))
|
||||
to_chat(user, "<span class='caution'>You [locked ? "disable" : "re-enable"] the locking modules.</span>")
|
||||
|
||||
Reference in New Issue
Block a user