mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Disable overhang climbing in script
This commit is contained in:
parent
fd2405bddc
commit
b975037b54
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ anims.hasMonkeyAutoJump = false;
|
|||
anims.hasCrawlspaceDive = true;
|
||||
anims.hasCrawlExtended = true;
|
||||
anims.hasCrouchRoll = true;
|
||||
anims.hasOverhangClimb = true;
|
||||
anims.hasOverhangClimb = false;
|
||||
SetAnimations(anims);
|
Loading…
Add table
Add a link
Reference in a new issue