mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
[MIRROR] some more globals (#12336)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
e539ac6498
commit
5f62c07b65
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user