Bug Fixes

- Players in lobby can no longer see sign languages
- Disposals fix
This commit is contained in:
SoundScopes
2014-07-17 03:50:30 +01:00
parent d267936dba
commit 2457cff854
3 changed files with 12677 additions and 118 deletions
+2
View File
@@ -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]")