mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 05:06:16 +01:00
Bug Fixes
- Players in lobby can no longer see sign languages - Disposals fix
This commit is contained in:
@@ -179,6 +179,8 @@ var/list/department_radio_keys = list(
|
||||
// O.hear_talk(src, message, verb, speaking)
|
||||
|
||||
for(var/mob/M in listening)
|
||||
if(istype(M, /mob/new_player)) // for some reason this didn't work like say() this fixes it
|
||||
continue
|
||||
M.see_say(message,verb,speaking,alt_name, italics, src)
|
||||
|
||||
log_say("[name]/[key] : [message]")
|
||||
Reference in New Issue
Block a user