diff options
-rw-r--r-- | npc/024-16/generals.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt index 368597e98..9549a1cea 100644 --- a/npc/024-16/generals.txt +++ b/npc/024-16/generals.txt @@ -62,13 +62,17 @@ function script FrostiaGeneralQuest { mesn; mesq l("Congrats, you did it."); next; - inventoryplace ElixirOfLife, 1, MercCard_Saulc, 1; + inventoryplace ElixirOfLife, 1, MercCard_Saulc, 1, Grenade, 3; mesn; 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("I'll also provide you a few @@s and an Elixir. Use them wisely.", getitemlink(Grenade)); + next; + mesn; mesq l("Now go talk to the King."); setq General_Narrator, 15; + getitem Grenade, 3; getitem MercCard_Saulc, 1; getitem ElixirOfLife, 1; getexp 0, 400; // Get 10% JEXP. Reference: 3988~5564 |