Added costs to blueprints

This commit is contained in:
Pax1601
2023-08-12 12:31:28 +02:00
parent 46ca6ac327
commit 6c496e428f
12 changed files with 1082 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
local version = "v0.4.2-alpha"
local debug = false
local debug = true
Olympus.OlympusDLL = nil
Olympus.DLLsloaded = false
@@ -455,6 +455,8 @@ function Olympus.generateAirUnitsTable(units)
["livery_id"] = unit.liveryID
}
Olympus.debug(unit.liveryID, 5)
-- Add the payload to the registry, used for unit cloning
Olympus.payloadRegistry[unitTable[#unitTable].name] = payload
end