local proj = data.raw["projectile"]["cliff-explosives"]
if proj and proj.action then
local action = proj.action[1].action_deliver.target_effects
for _, eff in pairs(action) do
if eff.type == "create-entity" and eff.entity_name == "ground-explosion" then
eff.trigger_created_entity = true
break
end
end
end
Re: cliff-explosives question
Posted: Sun May 20, 2018 8:47 pm
by TheSAguy
Thanks Nexela!
P.S. Really like your Nanobots: Early Bots Mod.