diff options
Diffstat (limited to 'npc/001-1/rewards.txt')
-rw-r--r-- | npc/001-1/rewards.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index ad716bebe..77afb137f 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -47,9 +47,9 @@ OnInit: sellitem WoodenSword, 100; // Temporary, but later may sell rare dyes (eg. golden?) - sellitem RedCottonDye, 50; - sellitem GreenCottonDye, 50; - sellitem BlueCottonDye, 50; + sellitem RedDye, 50; + sellitem GreenDye, 50; + sellitem BlueDye, 50; // Consumables sellitem ElixirOfLife,35; |