1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-05-13 21:56:29 +02:00

wave defense - change how many units spawn

This commit is contained in:
Gerkiz 2021-03-01 21:47:58 +01:00
parent 2ac677d322
commit e0c6c790bf

View File

@ -25,7 +25,7 @@ function Public.reset_wave_defense()
this.active_biters = {}
this.active_biter_count = 0
this.active_biter_threat = 0
this.average_unit_group_size = 48
this.average_unit_group_size = 35
this.biter_raffle = {}
this.debug = false
this.game_lost = false