diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-07 08:10:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-07 08:35:31 -0300 |
commit | de09b01144ee4a1f17f0e86a69e349ba97af280f (patch) | |
tree | 4ae3381380368d728b0835a6b355b353104041cb | |
parent | 32a73d0a043212fc5cf8131b387736fbab8fe391 (diff) | |
download | serverdata-de09b01144ee4a1f17f0e86a69e349ba97af280f.tar.gz serverdata-de09b01144ee4a1f17f0e86a69e349ba97af280f.tar.bz2 serverdata-de09b01144ee4a1f17f0e86a69e349ba97af280f.tar.xz serverdata-de09b01144ee4a1f17f0e86a69e349ba97af280f.zip |
Update Mona's script to give a Treasure Key (too)
-rw-r--r-- | npc/001-2-11/mona.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/001-2-11/mona.txt b/npc/001-2-11/mona.txt index 3d5b4584..921ca0f6 100644 --- a/npc/001-2-11/mona.txt +++ b/npc/001-2-11/mona.txt @@ -127,14 +127,16 @@ { if (!MONA_REPEAT) { - inventoryplace WoodenBow, 1; + inventoryplace WoodenBow, 1, TreasureKey, 1; speech 0x0, l("Daddy finally came back home! He grabbed a snack and said he would be returning to the sewers."), lg("He did say that I should give you this @@ as a gift. He says you are very skilled and will make good use of his old weapon.", "He did say that I should give you this @@ as a gift. He says you are very skilled and will make good use of his old weapon.", getitemlink(WoodenBow)), - l("He has never been the same since mommy went away..."); + l("He has never been the same since mommy went away..."), + l("Ah! Before I forget. Here is a key a green slime dropped the other day. You can have it."); getitem WoodenBow, 1; + getitem TreasureKey, 1; } else if (MONA_REPEAT == 10) { |