mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local items = require 'config'
|
||||
local main = require 'main'
|
||||
|
||||
if mods['space-age'] and settings.startup['PHI-VP'].value and settings.startup['PHI-VP-MAIN'].value then
|
||||
if mods['space-age'] then
|
||||
local vp = settings.startup['PHI-VP'].value and settings.startup['PHI-VP-MAIN'].value
|
||||
local sa = settings.startup['PHI-SA'].value and settings.startup['PHI-SA-GENERIC'].value
|
||||
|
||||
|
||||
@@ -463,12 +463,6 @@ if mods['space-age'] and ((settings.startup['PHI-SA'].value and settings.startup
|
||||
v.default_destroyed_dropped_item_trigger = nil
|
||||
end
|
||||
end
|
||||
|
||||
for _, v in pairs(data.raw.recipe) do
|
||||
if v.maximum_productivity then
|
||||
v.maximum_productivity = nil
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
if settings.startup['PHI-SA'].value then
|
||||
|
||||
Reference in New Issue
Block a user