[MIRROR] More globals (#12341)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-30 12:27:42 -07:00
committed by GitHub
parent 38e634dce7
commit d031fa3c4e
76 changed files with 267 additions and 257 deletions
@@ -37,7 +37,7 @@
var/wave_lower_bound = 4 // Min amount.
/datum/event2/event/meteor_defense/proc/set_meteor_types()
meteor_types = meteors_threatening.Copy()
meteor_types = GLOB.meteors_threatening.Copy()
/datum/event2/event/meteor_defense/set_up()
direction = pick(GLOB.cardinal) // GLOB.alldirs doesn't work with current meteor code unfortunately.