Fix For Signaler Circuit

On the tin, prevents them pinging everyone. Ported from https://github.com/PolarisSS13/Polaris/pull/6089
This commit is contained in:
TheFurryFeline
2019-04-18 22:57:43 -04:00
committed by GitHub
parent 44363f05e2
commit c881e5e39e
@@ -394,8 +394,9 @@
activate_pin(3)
for(var/mob/O in hearers(1, get_turf(src)))
O.show_message(text("\icon[] *beep* *beep*", src), 3, "*beep* *beep*", 2)
if(loc) //TFF 18/4/19: Polaris fix - signaller circuit no long pings all alive.
for(var/mob/O in hearers(1, get_turf(src)))
O.show_message(text("\icon[] *beep* *beep*", src), 3, "*beep* *beep*", 2)
/obj/item/integrated_circuit/input/EPv2
name = "\improper EPv2 circuit"