diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-19 19:17:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-19 19:17:53 -0300 |
commit | d76a9cdac049ae1d6d67bc6db015a34a6cdab113 (patch) | |
tree | bd2b416e1bd4c90a56cd7c8ab333ec7bba5d5339 | |
parent | a9bc6952bb6cbd308375191f2167cdba3e77081c (diff) | |
download | serverdata-d76a9cdac049ae1d6d67bc6db015a34a6cdab113.tar.gz serverdata-d76a9cdac049ae1d6d67bc6db015a34a6cdab113.tar.bz2 serverdata-d76a9cdac049ae1d6d67bc6db015a34a6cdab113.tar.xz serverdata-d76a9cdac049ae1d6d67bc6db015a34a6cdab113.zip |
Beatrice is now allowed to sell Coal for a really friendly price.
Forget the rares - Coal is all you'll ever need.
-rw-r--r-- | npc/031-5/beatrice.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/031-5/beatrice.txt b/npc/031-5/beatrice.txt index 252a6edae..8a49f54cc 100644 --- a/npc/031-5/beatrice.txt +++ b/npc/031-5/beatrice.txt @@ -163,6 +163,7 @@ OnInit: sellitem StrangeCoin, 1000; sellitem BottleOfDivineWater, 600; sellitem Curshroom, 300; + sellitem Coal, 250; end; OnCountFunds: |