1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-30 04:40:54 +02:00

Mtn v3 - fix dup items on server start

This commit is contained in:
Gerkiz 2024-06-10 21:05:47 +02:00
parent a169fcb398
commit f32e786adb

View File

@ -1368,9 +1368,9 @@ local apply_settings_token =
this.objectives = {}
Public.init_mtn()
Public.reset_stateful()
Public.increase_enemy_damage_and_health()
Public.init_mtn()
end
)
@ -1685,6 +1685,8 @@ function Public.reset_stateful(refresh_gui, clear_buffs)
this.objectives = t
Public.reset_main_table()
clear_all_stats()
apply_buffs()