From a7b995e30a913295a1c14e426ea13038caba3397 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 Feb 2020 23:03:08 -0300 Subject: Fix a bug on Royal Fairy (reported by dangerDuck) --- npc/017-1/fairy_collector.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index c85fa4011..72b90fe9f 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -11,9 +11,9 @@ .@q=getq(General_Collector); mesn; - if (.@q == 0) goto L_Busy; - if (.@q < 3) goto L_Incomplete; - if (.@q >= 3) goto L_Main; + if (.@n == 0) goto L_Busy; + if (.@n < 3) goto L_Incomplete; + if (.@n >= 3) goto L_Main; L_Busy: mesq l("Hi, I'm too busy to talk right now, please go away. Very pressing matters at hand."); -- cgit v1.2.3-60-g2f50