This repository was archived by the owner on Dec 22, 2025. It is now read-only.
Add feature to simulate equipment upgrades#8
Open
rassvet-ii wants to merge 6 commits intoedwardez:developfrom
Open
Add feature to simulate equipment upgrades#8rassvet-ii wants to merge 6 commits intoedwardez:developfrom
rassvet-ii wants to merge 6 commits intoedwardez:developfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7fa9d31 to
ca78a58
Compare
ca78a58 to
7b97f4c
Compare
1252226 to
a9eee90
Compare
a9eee90 to
1c15dd0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
Upgrade&Deletebutton next to theDeletebutton of the Select Equipment dialog.This button can be pressed when there are sufficient upgrade materials.
Once the upgrade is performed, the materials used are removed from the inventory and the equipment is removed from the list.
There seems to be a bug where editing inventory is not reflected on the DOM. Reloading the page fixes it, so stored values are seemed correct.
I'll leave it as a draft because I haven't finished translating or testing.