diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-9/gambler.txt | 2 | ||||
-rw-r--r-- | npc/018-2-1/dustman.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-9/gambler.txt b/npc/003-9/gambler.txt index c553b3308..59a992f4a 100644 --- a/npc/003-9/gambler.txt +++ b/npc/003-9/gambler.txt @@ -63,7 +63,7 @@ OnInit: sellitem JeansShorts, 820; sellitem ElixirOfLife, 150; sellitem PoisonArrow, 30; - sellitem StrangeCoin, 5; + sellitem StrangeCoin, 10; end; OnCountFunds: diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index 542f7773c..d89c3998f 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -206,7 +206,7 @@ OnInit: // CoD Exchange Booth Selection sellitem Dustynator,3000; sellitem ArcmageBoxset,880; - sellitem StrangeCoin,10; + sellitem BronzeGift,100; sellitem HeroCoin,1; end; |