diff options
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/rewards.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 9fec9c8c4..22c07867a 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -50,6 +50,9 @@ OnInit: sellitem Chainmail, 2700; sellitem LeatherShirt, 315; sellitem JeansShorts, 270; + sellitem ThornAmmoBox,180; + sellitem CursedAmmoBox,80; + sellitem ArrowAmmoBox,50; // Temporary, but later may sell rare dyes (eg. purple and... golden?) sellitem RedDye, 45; @@ -62,7 +65,6 @@ OnInit: sellitem HastePotion,15; sellitem StrengthPotion,15; sellitem BottleOfDivineWater, 10; - sellitem CursedArrow,8; sellitem Curshroom,6; sellitem PetcaringGuide,5; // I needed to add this somewhere sellitem Grenade,3; |