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
+2 -2
View File
@@ -147,7 +147,7 @@
New()
..()
radio = new(src)//Spawns a radio inside the MMI.
radio.broadcasting = 1//So it's broadcasting from the start.
radio.broadcasting = TRUE//So it's broadcasting from the start.
verb//Allows the brain to toggle the radio functions.
Toggle_Broadcasting()
@@ -187,4 +187,4 @@
brainmob.emp_damage += rand(10,20)
if(3)
brainmob.emp_damage += rand(0,10)
..()
..()