Bunny hood backwards speed

This commit is contained in:
aMannus 2023-03-28 10:54:19 +02:00
commit dc8374830c

View file

@ -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)) {