Closed Infinitay closed 1 day ago
After 9d3842c made it so that all essence pouches are reset and initialized when resetting except only what was in your inventory. Previous, pouches were initialized when reset based on what pouch(es) were in your inventory.
The following are pictures of the behavior immediately after clicking the reset button
This should be in parity with first-time installs because
Summary
This PR aims to fix some of the issues listed in #32 where certain cases don't initialize the plugin properly primarily when enabling/installing the plugin while a player is already logged in.
didUnlockGOTRRepair
not being initialized when a player enables/installs the plugin while they're already logged inhasRedwoodAbyssalLantern
andisCapeDecayPreventionActive
flags when resetting the plugin as resets don't re-fire inventory/equipment container changed eventsHopefully this covers all of the potential invalid stat problems due to first-starting the plugin when logged in.
Code changes