Fixes some signaler bugs

This commit is contained in:
Neerti
2019-04-15 18:29:14 -04:00
committed by VirgoBot
parent 1fef84eb16
commit 01fdfe00e6
2 changed files with 200 additions and 2 deletions

View File

@@ -413,8 +413,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)
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"