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
@@ -45,6 +45,6 @@
icontype = options[choice]
var/active_sound = 'sound/effects/bubbles.ogg'
playsound(src.loc, "[active_sound]", 100, 0, 4)
M << "Your Tank now displays [choice]. Drink up and enjoy!"
to_chat(M, "Your Tank now displays [choice]. Drink up and enjoy!")
updateicon()
return 1