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
+1 -1
View File
@@ -50,7 +50,7 @@
L+=T
if(!L.len)
user <<"The spell matrix was unable to locate a suitable teleport destination for an unknown reason. Sorry."
to_chat(user, "The spell matrix was unable to locate a suitable teleport destination for an unknown reason. Sorry.")
return
if(user && user.buckled)
+1 -1
View File
@@ -171,5 +171,5 @@
R.word3=cultwords["technology"]
R.check_icon()
else
user << "<span class='warning'> You do not have enough space to write a proper rune.</span>"
to_chat(user, "<span class='warning'> You do not have enough space to write a proper rune.</span>")
return