diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-09 16:34:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-09 16:34:37 -0300 |
commit | 32a891de5d46bf0c40e0128f12d52113ca9032d9 (patch) | |
tree | 7e3f8c96753baf8c2d7005b6146bb4225cfc33f4 /npc | |
parent | 449b0e7600447d924b279e4f8c98ede336ff2d40 (diff) | |
download | serverdata-32a891de5d46bf0c40e0128f12d52113ca9032d9.tar.gz serverdata-32a891de5d46bf0c40e0128f12d52113ca9032d9.tar.bz2 serverdata-32a891de5d46bf0c40e0128f12d52113ca9032d9.tar.xz serverdata-32a891de5d46bf0c40e0128f12d52113ca9032d9.zip |
Make Eomie more forgiving if you lie to her...
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/eomie.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-1/eomie.txt b/npc/003-1/eomie.txt index dac04c054..8cf7f68b5 100644 --- a/npc/003-1/eomie.txt +++ b/npc/003-1/eomie.txt @@ -47,6 +47,7 @@ L_FirstAid: countitem(Moss) < 3) { mesn; mesq l("The situation is too serious to you be lying... Please, go fetch the items..."); + close; } delitem ScorpionClaw, 2; |