mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] some more spans (#9170)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
to_chat(user, span_notice("Turbine connected."))
|
||||
stat &= ~BROKEN
|
||||
else
|
||||
to_chat(user, span_alert("Turbine not connected."))
|
||||
to_chat(user, span_warning("Turbine not connected."))
|
||||
stat |= BROKEN
|
||||
|
||||
/obj/machinery/compressor/process()
|
||||
@@ -239,7 +239,7 @@
|
||||
to_chat(user, span_notice("Compressor connected."))
|
||||
stat &= ~BROKEN
|
||||
else
|
||||
to_chat(user, span_alert("Compressor not connected."))
|
||||
to_chat(user, span_warning("Compressor not connected."))
|
||||
stat |= BROKEN
|
||||
|
||||
/obj/machinery/power/turbine/process()
|
||||
|
||||
Reference in New Issue
Block a user