Fixes some M << to to_chat references.

This commit is contained in:
Repede
2020-09-01 23:16:25 -04:00
parent 129eeac9bc
commit 1aed482d7d
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
/obj/item/weapon/oldtwohanded/mob_can_equip(M as mob, slot)
//Cannot equip wielded items.
if(wielded)
M << "<span class='warning'>Unwield the [initial(name)] first!</span>"
to_chat(M, "<span class='warning'>Unwield the [initial(name)] first!</span>")
return 0
return ..()