1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-25 22:32:18 +02:00

More module fixes

Fixes autostash filtering not working
Fixes wave defense being broken
Remove unused modules as they are part of base game now
This commit is contained in:
Gerkiz
2024-10-27 23:15:43 +01:00
parent 7ef0fa30e1
commit 8e8724a34e
18 changed files with 248 additions and 382 deletions

View File

@@ -1626,7 +1626,7 @@ function Public.global_pool(players, count)
end
end
rpg_extra.global_pool = rpg_extra.leftover_pool or 0
rpg_extra.global_pool = round(rpg_extra.leftover_pool or 0, 8)
end
local damage_player_over_time_token =