EndgameCombat and AutoTrainDepot compat

This commit is contained in:
Brevven 2022-07-07 00:07:19 -07:00
parent d56adf2f64
commit 04f4b8d175
6 changed files with 45 additions and 16 deletions

View file

@ -0,0 +1,5 @@
local util = require("data-util");
if mods.AutoTrainDepot then
util.remove_prerequisite("depot-fluid", "nickel-processing")
end