This commit is contained in:
2025-03-11 23:49:26 +09:00
parent 616e90e543
commit 5983e70fcd

View File

@@ -1129,6 +1129,7 @@ if settings.startup['PHI-VP'].value then
['gleba_tile'] = true,
['fulgora_tile'] = true,
['aquilo_tile'] = true,
['artificial-tiles'] = true,
}
for k, v in pairs(data.raw['tile']) do
@@ -1137,6 +1138,8 @@ if settings.startup['PHI-VP'].value then
end
end
data.raw['tile']['space'] = nil
for _, v in pairs({'small-wriggler-pentapod', 'small-wriggler-pentapod-premature', 'medium-wriggler-pentapod', 'medium-wriggler-pentapod-premature', 'big-wriggler-pentapod', 'big-wriggler-pentapod-premature'}) do
data.raw['unit'][v] = nil
end