From 170f53af7252a75f2bac214ec459fc13d4a686a8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 May 2018 19:18:28 -0300 Subject: Small line to close things neatly. --- npc/002-1/alige.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 5f45d184e..01b767b5b 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -10,9 +10,12 @@ // Description: // Stowaway hidden in a ship's hole. Contrabandist. Trade potions, dyes, // food, water, and money for an item. +// In BR originals requested a four leaf clover to do luck magic, in order to not be caught. +// That would imply teaching a new skill, and I'm not felling like it, so I removed. 002-1,45,26,0 script Alige NPC_ALIGE,{ .@q=getq(ShipQuests_Alige); + if (.@q == 1) goto L_Return; mesn; mesq lg("Hey, dude! The guards are after me. I need your help, and I can reward you."); next; @@ -82,9 +85,10 @@ L_Accept: setq ShipQuests_Alige, 1; close; - +L_Return: mesn; - mesq l("Wait... I just remebered, I need to solve a problem first. So please come back later."); + mesq l("You're back! Wait. Don't give me anything yet. I lost my charm!"); + mesq l("Wait until I get back!"); close; -- cgit v1.2.3-60-g2f50