[MIRROR] some more globals (#12336)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-29 21:46:02 +01:00
committed by GitHub
co-authored by Kashargul
parent e539ac6498
commit 5f62c07b65
51 changed files with 166 additions and 178 deletions
@@ -22,7 +22,7 @@
if(prob(50)) //50/50 chance on spiders or metroids.
log_game("Hord event, spiders selected.")
spawncount = rand(4 * severity, 10 * severity)
sent_spiders_to_station = 0
GLOB.sent_spiders_to_station = 0
spiders = TRUE
else