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

mtn v3 - disable threat log, way too many entries in global table

This commit is contained in:
Gerkiz 2021-11-19 22:19:23 +01:00
parent 7d5ccebe84
commit de94f508d9

View File

@ -274,7 +274,7 @@ function Public.reset_map()
WD.alert_boss_wave(true)
WD.clear_corpses(false)
WD.remove_entities(true)
WD.enable_threat_log(true)
WD.enable_threat_log(false) -- creates waaaay to many entries in the global table
WD.check_collapse_position(true)
WD.set_disable_threat_below_zero(true)
WD.increase_boss_health_per_wave(true)