diff options
Diffstat (limited to 'npc/024-16/generals.txt')
-rw-r--r-- | npc/024-16/generals.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt index 5699e68a6..d7d6c83ba 100644 --- a/npc/024-16/generals.txt +++ b/npc/024-16/generals.txt @@ -23,7 +23,7 @@ function script FrostiaGeneralQuest { next; inventoryplace ElixirOfLife, 1, MercCard_Saulc, 1; mesn; - mesq l("Take this @@. It might save your life on the secret mission you're about to be assigned to."); + mesq l("Take this @@. It might save your life on the secret mission you're about to be assigned to.", getitemlink(MercCard_Saulc)); next; mesn; mesq l("Now go talk to the King."); @@ -31,6 +31,7 @@ function script FrostiaGeneralQuest { getitem MercCard_Saulc, 1; getitem ElixirOfLife, 1; getexp 0, 400; // Get 10% JEXP. Reference: 3988~5564 + close; } mesn; mesq l("Now, a simple @@ quest to make you stronger...", .@at$); |