Update spider_infestation.dm

This commit is contained in:
Razgriz
2021-04-06 16:28:07 -07:00
committed by GitHub
parent 51dce347cc
commit a95d7fa746

View File

@@ -7,7 +7,7 @@
/datum/event/spider_infestation/setup()
announceWhen = rand(announceWhen, announceWhen + 60)
spawncount = rand(4 * severity, 6 * severity) //spiderlings only have a 50% chance to grow big and strong
spawncount = rand(12 * severity, 18 * severity) //spiderlings only have a 50% chance to grow big and strong //CHOMP Edit: Tripled amount spawned
sent_spiders_to_station = 0
/datum/event/spider_infestation/announce()