Whisper() now has the same args as Say()

This commit is contained in:
CitadelStationBot
2017-04-28 20:53:20 -05:00
parent a39b40d879
commit 6aa436c874
2 changed files with 3 additions and 3 deletions
@@ -106,6 +106,6 @@ List of nuances:
if(!whisper)
L.say(message, "clock", spans, language=/datum/language/common)
else
L.whisper(message)
L.whisper(message, "clock", spans, language=/datum/language/common)
else
AM.say(message, language=/datum/language/common)