mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -87,6 +87,10 @@ function main.EEE(source, tier)
|
||||
end
|
||||
|
||||
if source.tech == 'compound-energy' then
|
||||
if mods['space-age'] then
|
||||
item.surface_conditions = {{property = 'pressure', min = 0, max = 0}}
|
||||
end
|
||||
|
||||
if (source.type == 'accumulator') and item['chargable_graphics'] then
|
||||
if item['chargable_graphics']['picture'].layers and item['chargable_graphics']['picture'].layers[1] then
|
||||
item['chargable_graphics']['picture'].layers[1].tint = items['tint'][tier]
|
||||
|
||||
Reference in New Issue
Block a user