mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-10 03:25:25 -04:00
Prevent winning Talon's game without str0. Prevent starting Diving Game without Zora Jabbernut (#6324)
This commit is contained in:
@@ -697,7 +697,7 @@ void EnTa_RunCuccoGame(EnTa* this, PlayState* play) {
|
||||
this->superCuccos[i]->actor.gravity -= 0.03f;
|
||||
}
|
||||
|
||||
if (func_80B150AC(this, play, i)) {
|
||||
if (!GameInteractor_Should(VB_PREVENT_STRENGTH, !func_80B150AC(this, play, i))) {
|
||||
if (this->unk_2C4[i] > 0) {
|
||||
this->unk_2C4[i]--;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user