diff options
-rw-r--r-- | von-newmann-2/data.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/von-newmann-2/data.lua b/von-newmann-2/data.lua index e1709cb..678fc5b 100644 --- a/von-newmann-2/data.lua +++ b/von-newmann-2/data.lua @@ -6,7 +6,3 @@ require("prototypes.item") if data.raw.technology["steel-axe"] then data.raw.technology["steel-axe"] = null end - -if(mods["space-age"]) then - require("prototypes.energy-pad") -end |