diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-04-14 20:09:34 +0200 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-04-15 01:44:25 +0200 |
commit | 7f9a17f729ebf79c9de7669880b0ea72a4343f8a (patch) | |
tree | 38691d2abb74b58256cc64846a2c930fac2d26cc | |
parent | 3e6eb00546a95ca50a6670afd955b4392a19d2ab (diff) |
Removes space-age reference in data.lua
-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 |