Deprecate the stream operator

This commit is contained in:
Arokha Sieyes
2020-02-12 17:26:44 -05:00
committed by Leshana
parent c8a8987610
commit 47ccc655db
762 changed files with 4492 additions and 4464 deletions

View File

@@ -22,7 +22,7 @@
if(..()) return 1
var/turf/T = get_turf(nano_host()) // TODO: Allow setting any using_map.contact_levels from the interface.
if (!T || !(T.z in using_map.player_levels))
usr << "<span class='warning'>Unable to establish a connection</span>: You're too far away from the station!"
to_chat(usr, "<span class='warning'>Unable to establish a connection</span>: You're too far away from the station!")
return 0
if(href_list["track"])
if(isAI(usr))