summaryrefslogtreecommitdiff
path: root/npc/018-1/flowerpentagram3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-1/flowerpentagram3.txt')
-rw-r--r--npc/018-1/flowerpentagram3.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/018-1/flowerpentagram3.txt b/npc/018-1/flowerpentagram3.txt
index 4e5232b4..eed682c3 100644
--- a/npc/018-1/flowerpentagram3.txt
+++ b/npc/018-1/flowerpentagram3.txt
@@ -1,9 +1,9 @@
018-1,83,29,0 script #FlowerPentagram3 NPC400,{
- if (OrumQuest >= 31) goto L_PlacedFifthFlower;
+ if (getq(MagicQuest_DarkMage) >= 31) goto L_PlacedFifthFlower;
- if (OrumQuest > 23) goto L_PlacedThirdFlower;
- if (OrumQuest == 23) goto L_ThirdFlower;
+ if (getq(MagicQuest_DarkMage) > 23) goto L_PlacedThirdFlower;
+ if (getq(MagicQuest_DarkMage) == 23) goto L_ThirdFlower;
message strcharinfo(0), "Something is odd about this place.";
end;
@@ -37,7 +37,7 @@ L_Place:
delitem "WhiteSummonFlower", 1;
mes "Knowing what will happen, you prepare yourself for a fight. Then you go ahead with the ritual and place the magical flower.";
mes "You feel the now familiar tension around you. Here they come.";
- OrumQuest = 24;
+ setq(MagicQuest_DarkMage, 24);
close2;
areamonster "018-1", 73, 22, 89, 36, "", 1105, 1, "#FlowerPentagram3::OnSquirrelDeath";
areamonster "018-1", 73, 22, 89, 36, "", 1106, 2, "#FlowerPentagram3::OnMushroomDeath";