1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-03 13:12:11 +02:00

Mtn v3 - minor change to stateful

This commit is contained in:
Gerkiz 2023-10-06 00:32:20 +02:00
parent 22c18f4d4d
commit cd78fd23f8

View File

@ -705,14 +705,15 @@ local apply_settings_token =
return
end
Public.reset_stateful()
this.current_date = settings.current_date
this.buffs = settings.buffs
settings = apply_startup_settings(settings)
this.rounds_survived = settings.rounds_survived
Public.reset_stateful()
Public.increase_enemy_damage_and_health()
end
)