Fix stream operator

This commit is contained in:
Aronai Sieyes
2020-05-14 17:42:15 -04:00
committed by GitHub
parent bea9d63ff4
commit b8f37d1caa
@@ -81,4 +81,4 @@
cleaned_human.shoes.clean_blood()
cleaned_human.update_inv_shoes(0)
cleaned_human.clean_blood(1)
cleaned_human << "<font color='red'>[src] cleans your face!</font>"
to_chat(cleaned_human, "<span class='warning'>[src] cleans your face!</span>")