* Remove parachute landing animation
The vanilla animation has since been reworked and is an improvement.
* Optimise altimeter code
* Fix reserve chute handling and cutting action
* Fix cut parachute action
* Fix cut parachute action further
- Prevent potential for action to be present when reserve is not
available
- Move cut parachute action to the parachute self actions rather than
the player's
* Revert number to string conversion
* Everything
* Fixed missing ;
* Fix missing ; and double private
* Fixed cannot isNull on number
* Turn _temparture back to isNil
* Fix error from merge