Skip to content

Commit

Permalink
Merge pull request #576 from xdy/fix-typos
Browse files Browse the repository at this point in the history
 Fixes stupid typos in dragonbane currency...
  • Loading branch information
Haxxer authored May 19, 2024
2 parents 14b2a34 + 569777b commit 1b0caff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/systems/dragonbane.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
img: "icons/commodities/currency/coin-engraved-moon-silver.webp",
abbreviation: "{#}SC",
data: {
path: "system.currency.gs",
path: "system.currency.sc",
},
primary: false,
exchangeRate: 0.1
Expand All @@ -63,7 +63,7 @@ export default {
img: "icons/commodities/currency/coin-engraved-waves-copper.webp",
abbreviation: "{#}CC",
data: {
path: "system.currency.gc",
path: "system.currency.cc",
},
primary: false,
exchangeRate: 0.01
Expand Down

0 comments on commit 1b0caff

Please sign in to comment.