Remove unnecessary conditions in step tests; reset torso and head rotation before perorming a crawl vault

This commit is contained in:
Sezz 2021-12-02 23:45:19 +11:00
parent 03b0ea7027
commit ab42c8627b
3 changed files with 13 additions and 15 deletions

View file

@ -22,5 +22,5 @@ anims.crawlspaceSwandive = true;
anims.monkeyReverse = true;
anims.monkeyAutoJump = false;
anims.oscillateHang = true;
anims.pose = true;
anims.pose = false;
SetAnimations(anims);