Changes some << to to_chat

This commit is contained in:
CitadelStationBot
2017-04-28 06:14:47 -05:00
parent eb05fbf152
commit caaf42815a
23 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -224,5 +224,5 @@
to_chat(user, "<span class='warning'>The rune can only be used on battlemage armour!</span>")
return
W.current_charges += 8
user <<"<span class='notice'>You charge \the [W]. It can now absorb [W.current_charges] hits.</span>"
to_chat(user, "<span class='notice'>You charge \the [W]. It can now absorb [W.current_charges] hits.</span>")
qdel(src)