mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Intercoms now work in the darkness
Adds job selection randomization by Randomone git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3484 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -188,6 +188,12 @@
|
||||
if(C.occupant.client)
|
||||
hear += C.occupant
|
||||
|
||||
for(var/obj/item/device/radio/theradio in V)
|
||||
if(isInSight(source,theradio))
|
||||
hear += theradio
|
||||
|
||||
|
||||
|
||||
return hear
|
||||
|
||||
#define SIGN(X) ((X<0)?-1:1)
|
||||
|
||||
Reference in New Issue
Block a user