mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 13:06:38 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user