to_chat replacing stream operator

This commit is contained in:
Arokha Sieyes
2020-02-17 13:14:08 -05:00
committed by Leshana
parent 5aaba55222
commit 5b15917d32
712 changed files with 4250 additions and 4220 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