From 956c1b19be9a3f86568bc9320ee92fc2c264ee24 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 6 Sep 2018 22:14:06 -0300 Subject: Can't really find the bug on Dan? --- npc/002-1/dan.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/002-1/dan.txt b/npc/002-1/dan.txt index 6af4cb349..613fd555b 100644 --- a/npc/002-1/dan.txt +++ b/npc/002-1/dan.txt @@ -14,7 +14,7 @@ .@q=getq(ShipQuests_Dan); if (.@q == 1) goto L_Report; if (.@q == 2) goto L_Reward; - if (.@q == 3) goto L_Finished; + if (.@q >= 3) goto L_Finished; mesn; mesq l("You see these pious around us?"); @@ -95,7 +95,7 @@ OnInit: end; .@t=getq2(ShipQuests_Dan); if (.@t+1 >= 12) setq ShipQuests_Dan, 2, 0; - if (.@t+1 < 12) setq ShipQuests_Dan, 1, .@t+1; + if (.@t+1 < 12) setq2 ShipQuests_Dan, .@t+1; } OnFakeKill: -- cgit v1.2.3-60-g2f50