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

@@ -181,13 +181,13 @@ Any-Mode: (hotkey doesn't need to be on)
</font>"}
if(isrobot(src.mob))
src << robot_hotkey_mode
src << robot_other
to_chat(src,robot_hotkey_mode)
to_chat(src,robot_other)
else
src << hotkey_mode
src << other
to_chat(src,hotkey_mode)
to_chat(src,other)
if(holder)
src << admin
to_chat(src,admin)
// Set the DreamSeeker input macro to the type appropriate for its mob
/client/proc/set_hotkeys_macro(macro_name = "macro", hotkey_macro_name = "hotkeymode", hotkeys_enabled = null)