Merge pull request #630 from Citadel-Station-13/upstream-merge-26659

[MIRROR] Whisper() now has the same args as Say()
This commit is contained in:
LetterJay
2017-05-01 07:42:17 -05:00
committed by GitHub
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)