mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 07:04:01 +01:00
refactors most spans
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
emagged = 1
|
||||
safety_disabled = 1
|
||||
update_projections()
|
||||
to_chat(user, "<span class='notice'>You vastly increase projector power and override the safety and security protocols.</span>")
|
||||
to_chat(user, span_notice("You vastly increase projector power and override the safety and security protocols."))
|
||||
to_chat(user, "Warning. Automatic shutoff and derezing protocols have been corrupted. Please call [using_map.company_name] maintenance and do not use the simulator.")
|
||||
log_game("[key_name(usr)] emagged the Holodeck Control Computer")
|
||||
return 1
|
||||
@@ -192,7 +192,7 @@
|
||||
current_program = powerdown_program
|
||||
linkedholodeck = locate(projection_area)
|
||||
if(!linkedholodeck)
|
||||
to_world("<span class='danger'>Holodeck computer at [x],[y],[z] failed to locate projection area.</span>")
|
||||
to_world(span_danger("Holodeck computer at [x],[y],[z] failed to locate projection area."))
|
||||
|
||||
//This could all be done better, but it works for now.
|
||||
/obj/machinery/computer/HolodeckControl/Destroy()
|
||||
|
||||
Reference in New Issue
Block a user