mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Fix a problem with Say :i not working
This commit is contained in:
@@ -115,7 +115,7 @@
|
|||||||
|
|
||||||
if("intercom")
|
if("intercom")
|
||||||
for(var/obj/item/device/radio/intercom/I in view(1, null))
|
for(var/obj/item/device/radio/intercom/I in view(1, null))
|
||||||
I.talk_into(src, message, verb, speaking)
|
I.talk_into(src, message, null, verb, speaking)
|
||||||
used_radios += I
|
used_radios += I
|
||||||
if("whisper")
|
if("whisper")
|
||||||
whisper_say(message, speaking, alt_name)
|
whisper_say(message, speaking, alt_name)
|
||||||
|
|||||||
Reference in New Issue
Block a user