Fix for ghosts being unable to understand alien languages.

This commit is contained in:
Zuhayr
2013-08-07 01:47:28 -07:00
parent b5d89b8929
commit 0552c1fcfb
+1 -1
View File
@@ -367,7 +367,7 @@ var/list/department_radio_keys = list(
for (var/M in listening)
if(hascall(M,"say_understands"))
if (M:say_understands(src) && !speaking)
if ((M:say_understands(src) && !speaking) || M.universal_speak)
//world << "[M] understood [src] (0)."
heard_a += M
else if(ismob(M))