Multiplier (#3395)

This commit is contained in:
Patrick12115
2023-12-28 12:04:20 -05:00
committed by GitHub
parent f6a6b880c9
commit b80452b2b8
2 changed files with 3 additions and 1 deletions

View File

@@ -666,7 +666,7 @@ void func_80AB6D08(EnNiw* this, PlayState* play) {
}
this->path = 1;
this->timer5 = 80;
this->timer5 = 80 * CVarGetInteger("gCuccoStayDurationMultiplier", 1);
this->actor.speedXZ = 0.0f;
this->actor.velocity.y = 4.0f;
} else {