diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-18 02:24:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-18 02:24:06 -0300 |
commit | 7c2851f2a7938ff4d519561e866c82bf25950a9a (patch) | |
tree | ef0370906d0b7ef3cf1911698ba9f5af81fe1836 /npc | |
parent | 367a0b6184fa6ad5fde5b4ee8b248b47df9baae4 (diff) | |
download | serverdata-7c2851f2a7938ff4d519561e866c82bf25950a9a.tar.gz serverdata-7c2851f2a7938ff4d519561e866c82bf25950a9a.tar.bz2 serverdata-7c2851f2a7938ff4d519561e866c82bf25950a9a.tar.xz serverdata-7c2851f2a7938ff4d519561e866c82bf25950a9a.zip |
Fix bugs reported during @SpeedDuck 's testing
Diffstat (limited to 'npc')
-rw-r--r-- | npc/008-2-2/kfahr.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/008-2-2/kfahr.txt b/npc/008-2-2/kfahr.txt index 2b77835e..d1217884 100644 --- a/npc/008-2-2/kfahr.txt +++ b/npc/008-2-2/kfahr.txt @@ -746,8 +746,9 @@ function bone_quest_final_check { inventoryplace BoneKnife, 1; + mesc l("He hands you the knife."); + next; speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("He hands you the knife."), l("Oh, and I think I'll keep those in return; I know someone who will trade them for antidote potions."); narrator S_FIRST_BLANK_LINE | S_LAST_NEXT, l("He pockets the stingers and mushrooms."); |