From 24fd7b069400463e58e9c80a8ccc4b01c88332c0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Jun 2018 22:38:47 -0300 Subject: Bugfixes --- npc/012-1/jack.txt | 2 +- npc/012-3/alan.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/012-1/jack.txt b/npc/012-1/jack.txt index 3e5ca7845..89af3e614 100644 --- a/npc/012-1/jack.txt +++ b/npc/012-1/jack.txt @@ -14,7 +14,7 @@ mesq l("Hello there! I'm Jack, the Lumberjack, and enemy of all trees. If you need some firewood, just let me know."); select l("Nothing at the moment, thanks."), - rif(.@q1 == 1, l("I need a sturdy wood piece for a Forest Bow."); + rif(.@q1 == 1, l("I need a sturdy wood piece for a Forest Bow.")); switch (@menu) { case 1: diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index 6493c6c61..3a1af9a16 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -4,7 +4,7 @@ // Description: // Alan is Hurnscald's bowmaster. He may craft the Forest Bow, and sell ammo. -012-3,99,23,0 script Alan NPC_BOWMASTER,{ +012-3,44,40,0 script Alan NPC_BOWMASTER,{ .@q=getq(HurscaldQuest_ForestBow); .@q2=getq2(HurscaldQuest_ForestBow); .@q3=getq3(HurscaldQuest_ForestBow); -- cgit v1.2.3-70-g09d2