Skip to content

Commit

Permalink
Merge pull request #147 from ghostnup/fix
Browse files Browse the repository at this point in the history
Item: fix missing item Devoured Loop
  • Loading branch information
Razzmatazzz authored Aug 26, 2023
2 parents 0e61baf + c3381f2 commit e86b178
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RemnantSaveGuardian/game.json
Original file line number Diff line number Diff line change
Expand Up @@ -1608,8 +1608,12 @@
"notes": "Purchased from Reggie at Ward 13 after defeating all bosses at least once."
},
{
"name": "/Items/Trinkets/Rings/BrightSteelRing/Ring_BrightSteelRing",
"notes": "Purchased from Reggie at Ward 13 after completing 15 biomes on any difficulty."
"name": "/Items/Trinkets/Rings/BrightSteelRing/Ring_BrightSteelRing",
"notes": "Purchased from Reggie at Ward 13 after completing 15 biomes on any difficulty."
},
{
"name": "/Items/Trinkets/Rings/DevouringLoop/Ring_DevouringLoop",
"notes": "Purchased from Reggie at Ward 13 after completing the campaign on Apocalypse difficulty."
}
],
"Cass": [
Expand Down
9 changes: 9 additions & 0 deletions RemnantSaveGuardian/locales/GameStrings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions RemnantSaveGuardian/locales/GameStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1920,4 +1920,7 @@
<data name="Ring_BerserkersCrest" xml:space="preserve">
<value>Berserker's Crest</value>
</data>
<data name="Ring_DevouringLoop" xml:space="preserve">
<value>Devoured Loop</value>
</data>
</root>

0 comments on commit e86b178

Please sign in to comment.