Removes some unused radio vars and defines (#30808)

* Removes some unused radio stuff

* oop
This commit is contained in:
AffectedArc07
2025-10-30 12:13:10 +00:00
committed by GitHub
parent c62c41b85d
commit 378dfc3382
18 changed files with 42 additions and 84 deletions
-7
View File
@@ -70,14 +70,7 @@
return
var/filters = list(
"1" = "RADIO_TO_AIRALARM",
"2" = "RADIO_FROM_AIRALARM",
"3" = "RADIO_CHAT",
"4" = "RADIO_ATMOSIA",
"5" = "RADIO_NAVBEACONS",
"6" = "RADIO_AIRLOCK",
"7" = "RADIO_SECBOT",
"8" = "RADIO_MULEBOT",
"_default" = "NO_FILTER"
)
var/output = "<b>Radio Report</b><hr>"