SUPPRESSION & AIRBOSS

- Fixed bug/typo in SUPPRESSION:SetHomeBase() function.
- Added AIRBOSS Marshal event.
This commit is contained in:
Frank
2020-01-04 00:15:00 +01:00
parent aa6515e1ca
commit 09ed562f61
3 changed files with 27 additions and 40 deletions

View File

@@ -629,7 +629,7 @@ function RECOVERYTANKER:SetHomeBase(airbase, terminaltype)
if not self.airbase then
self:E(self.lid.."ERROR: Airbase is nil!")
end
if termialtype then
if terminaltype then
self.terminaltype=terminaltype
end
return self