summaryrefslogtreecommitdiff
path: root/npc/017-1/flowerpentagram5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-1/flowerpentagram5.txt')
-rw-r--r--npc/017-1/flowerpentagram5.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/017-1/flowerpentagram5.txt b/npc/017-1/flowerpentagram5.txt
index 22395d06..b72c7f53 100644
--- a/npc/017-1/flowerpentagram5.txt
+++ b/npc/017-1/flowerpentagram5.txt
@@ -1,8 +1,8 @@
017-1,176,59,0 script #FlowerPentagram5 NPC400,{
- if (OrumQuest >= 31) goto L_PlacedFifthFlower;
+ if (getq(MagicQuest_DarkMage) >= 31) goto L_PlacedFifthFlower;
- if (OrumQuest == 30) goto L_FifthFlower;
+ if (getq(MagicQuest_DarkMage) == 30) goto L_FifthFlower;
message strcharinfo(0), "Something is odd about this place.";
end;
@@ -47,7 +47,7 @@ L_Place:
delitem "RedSummonFlower", 1;
mes "The pressure builds to the point where you don't think you can endure it any longer; the fabric that binds your consciousness together seemingly unravels.";
- OrumQuest = 31;
+ setq(MagicQuest_DarkMage, 31);
close2;
areamonster "017-1", 170, 55, 190, 75, "", 1105, 3, "#FlowerPentagram5::OnSquirrelDeath";
areamonster "017-1", 170, 55, 190, 75, "", 1106, 2, "#FlowerPentagram5::OnMushroomDeath";