1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-26 22:56:43 +02:00

Mtn v3 - change how buffs are applied

This commit is contained in:
Gerkiz 2023-10-06 00:34:18 +02:00
parent cd78fd23f8
commit 81c144cf30

View File

@ -713,6 +713,8 @@ local apply_settings_token =
this.rounds_survived = settings.rounds_survived
Public.reset_stateful()
apply_startup_settings(settings)
Public.increase_enemy_damage_and_health()
end
)