mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 11:44:05 +01:00
Fixes some M << to to_chat references.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user