mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
MGRS
This commit is contained in:
@@ -282,7 +282,7 @@
|
||||
--
|
||||
-- Assets of the warehouse can be requested by other MOOSE warehouses. A request will first be scrutinized to check if can be fulfilled at all. If the request is valid, it is
|
||||
-- put into the warehouse queue and processed as soon as possible.
|
||||
|
||||
--
|
||||
-- Requested assets spawn in various "Rule of Engagement Rules" (ROE) and Alerts modes. If your assets will cross into dangerous areas, be sure to change these states. You can do this in @{#WAREHOUSE:OnAfterAssetSpawned}(*From, *Event, *To, *group, *asset, *request)) function.
|
||||
--
|
||||
-- Initial Spawn states is as follows:
|
||||
@@ -3011,7 +3011,7 @@ end
|
||||
function WAREHOUSE:GetAirbaseCategory()
|
||||
local category=-1
|
||||
if self.airbase then
|
||||
category=self.airbase:GetDesc().category
|
||||
category=self.airbase:GetAirbaseCategory()
|
||||
end
|
||||
return category
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user