mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fix for ghosts being unable to understand alien languages.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user