mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
Make sure 70 star door is always openable
This commit is contained in:
parent
6f23b63e61
commit
104e824a13
1 changed files with 1 additions and 1 deletions
|
@ -1144,7 +1144,7 @@ u32 interact_door(struct MarioState *m, UNUSED u32 interactType, struct Object *
|
|||
|
||||
text += requiredNumStars - numStars;
|
||||
|
||||
if (display_door_dialog(m, text)) {
|
||||
if ((requiredNumStars == 70) || display_door_dialog(m, text)) {
|
||||
if (requiredNumStars == 70) {
|
||||
m->interactObj = o;
|
||||
m->usedObj = o;
|
||||
|
|
Loading…
Reference in a new issue