-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate Arrows Equip Dupe Fix #3450
Separate Arrows Equip Dupe Fix #3450
Conversation
I'm not familiar enough with equip dupe. Could you explain what exactly is happening now if that bow enhancement is on?
|
Equip dupe is a glitch that only works as a result of an additional 'swap condition' check that the developers did when you have a bow as the target item of your equip. Basically you have your target equip slot A which currently has any item e.g. hammer on that slot. Then when you equip bow (and specifically only bow) onto that slot, it will check every slot which has any magic arrow equipped, and place hammer onto those slots, and then equip bow onto your target slot. To answer the bullet points:
|
Ok I see. Might want to update the tooltip for the enhancement indicating that it will disable that type of equip dupe then. |
Agreed. Something like "This enhancement will prevent the equip dupe glitch from working" would be nice to have. |
* add gseparatearrow check for equip dupe fix * update gseparatearrows tooltip
The behaviour of equip dupe was being emulated when the enhancement for having separated magic arrow equips was on. This just adds a check in the code where equip dupe happens to make sure this enhancement is not turned on. see here for an example of what this looks like
Build Artifacts