mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 20:27:42 +01:00
converts our spans (#9185)
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
var/mob/living/L = A
|
||||
if(!emagged && ishuman(L) && L.mind)
|
||||
playsound(src, 'sound/machines/warning-buzzer.ogg', 50, 0, 0)
|
||||
visible_message("<span class='warning'>POSSIBLE CREW MEMBER DETECTED! EMERGENCY STOP ENGAGED!</span>")
|
||||
visible_message(span_warning("POSSIBLE CREW MEMBER DETECTED! EMERGENCY STOP ENGAGED!"))
|
||||
global_announcer.autosay("Possible crew member detected in grinder feed. Emergency Stop Protocols engaged!", "Recycling Grinder Alert", "Supply")
|
||||
operating = FALSE
|
||||
update()
|
||||
|
||||
Reference in New Issue
Block a user