diff options
-rw-r--r-- | npc/017-1/fairy_collector.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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."); |