mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added costs to blueprints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user