Deprecate the stream operator

This commit is contained in:
Arokha Sieyes
2020-02-12 19:38:43 -05:00
committed by Leshana
parent c8a8987610
commit 47ccc655db
762 changed files with 4492 additions and 4464 deletions
+3 -3
View File
@@ -161,8 +161,8 @@
emagged = 1
safety_disabled = 1
update_projections()
user << "<span class='notice'>You vastly increase projector power and override the safety and security protocols.</span>"
user << "Warning. Automatic shutoff and derezing protocols have been corrupted. Please call [using_map.company_name] maintenance and do not use the simulator."
to_chat(user, "<span class='notice'>You vastly increase projector power and override the safety and security protocols.</span>")
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
return
@@ -187,7 +187,7 @@
current_program = powerdown_program
linkedholodeck = locate(projection_area)
if(!linkedholodeck)
world << "<span class='danger'>Holodeck computer at [x],[y],[z] failed to locate projection area.</span>"
to_world("<span class='danger'>Holodeck computer at [x],[y],[z] failed to locate projection area.</span>")
//This could all be done better, but it works for now.
/obj/machinery/computer/HolodeckControl/Destroy()
+1 -1
View File
@@ -255,7 +255,7 @@ datum/unarmed_attack/holopugilism/unarmed_override(var/mob/living/carbon/human/u
//VOREStation Add
/obj/structure/bed/holobed/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(W.is_wrench())
user << ("<span class='notice'>It's a holochair, you can't dismantle it!</span>")
to_chat(user, "<span class='notice'>It's a holochair, you can't dismantle it!</span>")
return
//VOREStation Add End
/obj/item/weapon/holo