mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 23:25:34 -07:00
Bunny hood backwards speed
This commit is contained in:
parent
6721c2d791
commit
dc8374830c
1 changed files with 1 additions and 1 deletions
|
@ -7734,7 +7734,7 @@ void func_80842180(Player* this, PlayState* play) {
|
|||
}
|
||||
|
||||
if (CVarGetInteger("gMMBunnyHood", 0) && this->currentMask == PLAYER_MASK_BUNNY) {
|
||||
sp2C *= 1.5f;
|
||||
sp2C *= -6.0f;
|
||||
}
|
||||
|
||||
if (CVarGetInteger("gEnableWalkModify", 0)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue