#1 Place MBT-52 Kuma in mission - extra armour is present
#2 Preview the mission - extra armour is missing
This is reproducible with both a crewed and empty vehicle. If you edit the vehicle appearance from 3DEN, the options for removing the extra armour are unchecked. I've queried the phases of the animations upon mission start twice, and the following was returned.
**`Attempt 1`**
```
Source HideHull || Current Phase 0.890887"
Source HideTurret || Current Phase 0.518647"
```
**`Attempt 1`**
```
Source HideHull || Current Phase 0.890887"
Source HideTurret || Current Phase 0.518647"
```
**`Attempt 2`**
```
Source HideHull || Current Phase 0.660512"
Source HideTurret || Current Phase 0.709531"
```
As you can see, something is a bit off! All other animations I've tested are using their correct initPhase values upon mission start. Manually resetting the phase on mission start via BIS_fnc_initVehicle works fine.