diff options
Diffstat (limited to 'npc/004-1')
-rw-r--r-- | npc/004-1/elanore.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/004-1/elanore.txt b/npc/004-1/elanore.txt index 1278b0ad7..1ca855e52 100644 --- a/npc/004-1/elanore.txt +++ b/npc/004-1/elanore.txt @@ -85,8 +85,11 @@ L_Trade: getitem Lifestone, 1; - // Possible enhancement: Only grant Experience on first craft - getexp 40, 0; + // Only grant Experience on first craft + if (getq(TulimsharQuest_Lifestone) == 0) { + setq TulimsharQuest_Lifestone, 1; + getexp 80, 10; + } mesn; mesq l("These will do just fine."); next; |