This commit is contained in:
2025-06-25 00:31:38 +09:00
parent 21c52e4c63
commit c4858e923a

View File

@@ -964,13 +964,6 @@ if mods['space-age'] and (settings.startup['PHI-GM'].value and settings.startup[
data.raw.ammo['artillery-shell'].stack_size = data.raw['inserter']['stack-inserter'].max_belt_stack_size
for _, v in pairs(data.raw.tile) do
if v.fluid and v.subgroup and v.subgroup ~= 'gleba-tiles' then
v.destroys_dropped_items = true
v.default_destroyed_dropped_item_trigger = nil
end
end
data.raw.technology['cliff-explosives'].prerequisites = {'explosives', 'military-2'}
data.raw.technology['cliff-explosives'].unit = {count = 200, time = 15, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}}}
data.raw.technology['cliff-explosives'].effects = {{type = 'unlock-recipe', recipe = 'cliff-explosives'}, {type = 'cliff-deconstruction-enabled', modifier = true}}