You've already forked ComfyFactorio
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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user