diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-16 15:13:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-16 15:13:13 -0300 |
commit | 0d1efdea2591a6629eae9002d455f3bee0c9da4e (patch) | |
tree | dbca4cef59a374716dc3db15c7c3dbea63336f33 /npc/003-1/tinris.txt | |
parent | 69d2a7a7eba1cbf296626d33f1d54b606537eb98 (diff) | |
download | serverdata-0d1efdea2591a6629eae9002d455f3bee0c9da4e.tar.gz serverdata-0d1efdea2591a6629eae9002d455f3bee0c9da4e.tar.bz2 serverdata-0d1efdea2591a6629eae9002d455f3bee0c9da4e.tar.xz serverdata-0d1efdea2591a6629eae9002d455f3bee0c9da4e.zip |
PERFECT! IT WORKS! HAHAHAHAHAH!!
Diffstat (limited to 'npc/003-1/tinris.txt')
-rw-r--r-- | npc/003-1/tinris.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt index fe3f417a6..1d8bac01f 100644 --- a/npc/003-1/tinris.txt +++ b/npc/003-1/tinris.txt @@ -51,7 +51,7 @@ L_Start: L_Back: mesn; - mesq l("So, did you brought me the cherry cakes?"); + mesq l("So, did you brought me the twelve cherry cakes?"); mes ""; mesn strcharinfo(0); if (askyesno() != ASK_YES) { @@ -138,6 +138,7 @@ L_Gift: mesq l("Anwar sent you this, erm, hum... @@.", getitemlink(TortugaShell)); next; setq2 TulimsharQuest_AnwarField, .@q2+1; + delitem TortugaShell, 1; mesn; mesq l("WOW, THIS IS AWESOME! Many, many thanks!!"); close; |