mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user