mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/master' into branch
This commit is contained in:
commit
f4951d09a7
@ -1530,7 +1530,9 @@ function EVENT:onEvent( Event )
|
|||||||
if Event.dynamiccargo then
|
if Event.dynamiccargo then
|
||||||
Event.IniDynamicCargo = Event.dynamiccargo
|
Event.IniDynamicCargo = Event.dynamiccargo
|
||||||
Event.IniDynamicCargoName = Event.IniDynamicCargo.StaticName
|
Event.IniDynamicCargoName = Event.IniDynamicCargo.StaticName
|
||||||
Event.IniPlayerName = Event.IniDynamicCargo.Owner or string.match(Event.IniUnitName,"^(.+)|%d%d:%d%d|PKG%d+")
|
if Event.IniDynamicCargo.Owner or Event.IniUnitName then
|
||||||
|
Event.IniPlayerName = Event.IniDynamicCargo.Owner or string.match(Event.IniUnitName or "None|00:00|PKG00","^(.+)|%d%d:%d%d|PKG%d+")
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Zone object.
|
-- Zone object.
|
||||||
|
|||||||
@ -1853,6 +1853,7 @@ do -- Cargo
|
|||||||
["HL_KORD"] = 6*POSITIONABLE.DefaultInfantryWeight,
|
["HL_KORD"] = 6*POSITIONABLE.DefaultInfantryWeight,
|
||||||
["HL_DSHK"] = 6*POSITIONABLE.DefaultInfantryWeight,
|
["HL_DSHK"] = 6*POSITIONABLE.DefaultInfantryWeight,
|
||||||
["CCKW_353"] = 16*POSITIONABLE.DefaultInfantryWeight, --GMC CCKW 2½-ton 6×6 truck, estimating 16 soldiers,
|
["CCKW_353"] = 16*POSITIONABLE.DefaultInfantryWeight, --GMC CCKW 2½-ton 6×6 truck, estimating 16 soldiers,
|
||||||
|
["MaxxPro_MRAP"] = 7*POSITIONABLE.DefaultInfantryWeight,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user