generated from nhcarrigan/template
@@ -1144,14 +1144,6 @@ export const GameProvider = ({
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
// Quest failure — turn off auto-quest so the player can reassess
|
|
||||||
if (
|
|
||||||
newlyFailedQuestsReference.current.length > 0
|
|
||||||
&& next.autoQuest === true
|
|
||||||
) {
|
|
||||||
next = { ...next, autoQuest: false };
|
|
||||||
}
|
|
||||||
|
|
||||||
return next;
|
return next;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user