diff options
Diffstat (limited to 'npc/003-1/tinris.txt')
-rw-r--r-- | npc/003-1/tinris.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt index 7df3362ea..d233c3378 100644 --- a/npc/003-1/tinris.txt +++ b/npc/003-1/tinris.txt @@ -64,7 +64,7 @@ L_Back: goto L_Lying; delitem CherryCake, 12; - getexp 300, 10; + getexp 200, 5; setq TulimsharQuest_AnwarField, 4; mesn; mesq l("Okay, that is very useful. However, I do need a few reagents to make it."); @@ -107,7 +107,7 @@ L_Fail: if (.@q2 < 10) getexp 180-(.@q2*10), 0; else - getexp 80, 0; + getexp 90, 0; mesn; mesq l("Well, that could fail, I said. Here is some experience."); next; @@ -141,6 +141,7 @@ L_Gift: next; setq2 TulimsharQuest_AnwarField, .@q2+1; delitem TortugaShell, 1; + getexp 95, 1; mesn; mesq l("WOW, THIS IS AWESOME! Many, many thanks!!"); close; |