mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
-Ghosts can eavesdrop on people with headsets again.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5137 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -197,6 +197,10 @@
|
|||||||
if(R.canhear_range == 0)
|
if(R.canhear_range == 0)
|
||||||
if(ismob(R.loc))
|
if(ismob(R.loc))
|
||||||
. |= R.loc
|
. |= R.loc
|
||||||
|
// Ghost being able to hear radio.
|
||||||
|
var/turf/T = get_turf(R.loc)
|
||||||
|
for(var/mob/dead/observer/O in T)
|
||||||
|
. |= O
|
||||||
continue
|
continue
|
||||||
|
|
||||||
var/turf/speaker = get_turf(R)
|
var/turf/speaker = get_turf(R)
|
||||||
|
|||||||
Reference in New Issue
Block a user