diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index d765d68..ccce7ff 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -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}}