summaryrefslogtreecommitdiff
path: root/npc/009-1/milly.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-1/milly.txt')
-rw-r--r--npc/009-1/milly.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-1/milly.txt b/npc/009-1/milly.txt
index b0c88c7a..38bf8b36 100644
--- a/npc/009-1/milly.txt
+++ b/npc/009-1/milly.txt
@@ -5,7 +5,7 @@
@got_boneknife = ((QUEST_Forestbow_state & NIBBLE_2_MASK) >> NIBBLE_2_SHIFT) >= 4;
@got_setzer = ((QUEST_Forestbow_state & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT) >= 8;
@saved_rossy = (FLAGS & FLAG_ROSSI_COMPLETED);
- @saved_cindy = QL_CINDY == 4;
+ @saved_cindy = (getq(KaizeiQuest_Cindy) > 4);
if (FLAGS & FLAG_GOT_BEANIEHAT) goto L_FinishedGood;
if (FLAGS & FLAG_DECLINED_BEANIEHAT) goto L_FinishedBad;
@@ -407,7 +407,7 @@ L_DRossy:
close;
L_DCindy:
- QL_CINDY = 4;
+ setq(KaizeiQuest_Cindy, 5);
mes "Cindy quest set to completed.";
close;
@@ -433,7 +433,7 @@ L_NRossy:
close;
L_NCindy:
- QL_CINDY = 0;
+ setq(KaizeiQuest_Cindy, 0);
mes "Cindy quest set to not completed.";
close;