Initial FOB box inventory cleaning

This commit is contained in:
Wyqer 2019-08-05 19:44:26 +02:00
parent 9eab2e2f90
commit 864d04cfbf
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
2 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,10 @@ if (count GRLIB_all_fobs == 0) then {
_fobbox setposATL (getposATL base_boxspawn);
_fobbox call F_setFobMass;
clearWeaponCargoGlobal _fobbox;
clearMagazineCargoGlobal _fobbox;
clearBackpackCargoGlobal _fobbox;
clearItemCargoGlobal _fobbox;
// Add ViV actions to FOB Box
[_fobBox] remoteExecCall ["F_setLoadableViV", 0, _fobBox];

View File

@ -189,6 +189,7 @@ class Missions
### Icebox content (will be moved into a possible next update)
* Updated: Russian localization. Thanks to [DjHaski](https://github.com/DjHaski)
* Tweaked: Initial FOB box doesn't have equipment in the inventory anmore.
* Fixed: Potato 01 was created after server restart, even if there was one saved.
### 0.96.5 (26th July 2019 due to Contacts Release)