From 68769e49342e60412719169d3f25043c58601a38 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Feb 2020 18:03:38 -0300 Subject: Give proper rewards for finishing quest. Also, correct a small tiny bug on client updater. --- npc/012-1/guards.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/012-1') diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index a37e1c67f..1186d0ebc 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -118,9 +118,12 @@ L_Assign: case 14: .@tea=JasmineTea; .@gift=GoldenGift; .@rare=MercBoxEE; break; - default: // 15+ + case 15: .@tea=YerbaMate; .@gift=PrismGift; .@rare=MysteriousFruit; break; + default: // 16+ + .@tea=ElixirOfLife; .@gift=PrismGift; .@rare=MylarinDust; + break; } mesc l("For your incredibly hard work, you got:"); mesf("* %d %s", 1, getitemlink(.@tea)); -- cgit v1.2.3-60-g2f50