Merge pull request #8191 from imsxz/ready-for-xeno-salt

More consistent alien spawning
This commit is contained in:
tigercat2000
2017-10-07 10:01:22 -07:00
committed by GitHub
+1 -3
View File
@@ -1,12 +1,10 @@
/datum/event/alien_infestation
announceWhen = 400
var/spawncount = 1
var/spawncount = 2
var/successSpawn = 0 //So we don't make a command report if nothing gets spawned.
/datum/event/alien_infestation/setup()
announceWhen = rand(announceWhen, announceWhen + 50)
if(prob(50))
spawncount++
/datum/event/alien_infestation/announce()
if(successSpawn)