Skip to content

Commit

Permalink
add missing currency
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxionary committed Mar 24, 2020
1 parent fe535ba commit e1ed425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions currency.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ local known_currency = {
["currency:minegeld_cent_10"]=Amount(0, 10),
["currency:minegeld_cent_25"]=Amount(0, 25),
["currency:minegeld"]=Amount(1, 0),
["currency:minegeld_2"]=Amount(2, 0),
["currency:minegeld_5"]=Amount(5, 0),
["currency:minegeld_10"]=Amount(10, 0),
["currency:minegeld_20"]=Amount(20, 0),
["currency:minegeld_50"]=Amount(50, 0),
["currency:minegeld_100"]=Amount(100, 0),
}
Expand Down

0 comments on commit e1ed425

Please sign in to comment.