bunch of global vars (#19091)

* bunch of global vars

* .
This commit is contained in:
Kashargul
2026-01-25 22:18:03 +01:00
committed by GitHub
parent 2f810d0f3e
commit de17517e42
92 changed files with 328 additions and 438 deletions
@@ -551,7 +551,7 @@
changed_hook(APPEARANCECHANGER_CHANGED_RACE)
return TRUE
if("species_sound")
var/list/possible_species_sound_types = species_sound_map
var/list/possible_species_sound_types = GLOB.species_sound_map
var/choice = tgui_input_list(ui.user, "Which set of sounds would you like to use? (Cough, Sneeze, Scream, Pain, Gasp, Death)", "Species Sounds", possible_species_sound_types)
if(choice && can_change(owner, APPEARANCE_MISC))
owner.species.species_sounds = choice
+2 -2
View File
@@ -388,7 +388,7 @@
to_chat(user, span_notice("Cannot establish a bluespace connection."))
return
if(deathsquad.deployed)
if(GLOB.deathsquad.deployed)
to_chat(user, "[using_map.boss_short] will not allow the shuttle to be called. Consider all contracts terminated.")
return
@@ -437,7 +437,7 @@
to_chat(user, "[using_map.boss_short] does not currently have a shuttle available in your sector. Please try again later.")
return
if(deathsquad.deployed == 1)
if(GLOB.deathsquad.deployed == 1)
to_chat(user, "[using_map.boss_short] will not allow the shuttle to be called. Consider all contracts terminated.")
return