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
+2 -2
View File
@@ -448,5 +448,5 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
/mob/living/proc/open_language_menu(mob/user)
language_menu.ui_interact(user)
/mob/living/whisper(message as text)
say("#[message]")
/mob/living/whisper(message, bubble_type, var/list/spans = list(), sanitize = TRUE, datum/language/language = null)
say("#[message]", bubble_type, spans, sanitize, language)