bunch of global vars (#19091)

* bunch of global vars

* .
This commit is contained in:
Kashargul
2026-01-25 13:18:03 -08:00
committed by GitHub
parent 2f810d0f3e
commit de17517e42
92 changed files with 328 additions and 438 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
var/freq_text
// the name of the channel
if(display_freq in ANTAG_FREQS)
if(display_freq in GLOB.antag_frequencies)
freq_text = "#unkn"
else
for(var/channel in GLOB.radiochannels)