support for helicopters
This commit is contained in:
parent
81ddff5595
commit
02a5421a7a
2 changed files with 7 additions and 0 deletions
|
|
@ -79,6 +79,12 @@ if mods["Aircraft"] then
|
|||
util.steel_to_titanium(data.raw.recipe["jet"].expensive)
|
||||
end
|
||||
|
||||
if mods["HelicopterRevival"] or mods["Helicopters"] then
|
||||
util.steel_to_titanium(data.raw.recipe["heli-recipe"])
|
||||
util.steel_to_titanium(data.raw.recipe["heli-recipe"].normal)
|
||||
util.steel_to_titanium(data.raw.recipe["heli-recipe"].expensive)
|
||||
end
|
||||
|
||||
-- Memory storage changes
|
||||
if data.raw.item["memory-unit"] then
|
||||
util.steel_to_titanium(data.raw.recipe["memory-unit"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue