Intercom buttons are red when off (but still powered) (#9209)

also replaces listening and broadcast vars that used 1 and 0 to TRUE and FALSE cause it was bugging me
This commit is contained in:
Wowzewow (Wezzy)
2020-06-29 09:40:19 +03:00
committed by GitHub
parent b7bf8a8748
commit f3a83cf97d
16 changed files with 112 additions and 71 deletions
@@ -11,7 +11,7 @@
w_class = 2.0
var/obj/item/implantcase/case = null
var/broadcasting = null
var/listening = 1.0
var/listening = TRUE
proc
update()