mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Merge pull request #1225 from Fox-McCloud/spider-balance
Spider Event Balance
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
/datum/event/spider_infestation/setup()
|
||||
announceWhen = rand(announceWhen, announceWhen + 50)
|
||||
spawncount = round(num_players() * 1.5)
|
||||
spawncount = round(num_players() * 0.8)
|
||||
sent_spiders_to_station = 1
|
||||
|
||||
/datum/event/spider_infestation/announce()
|
||||
|
||||
Reference in New Issue
Block a user