From 6fec3f13c27132c5d90e91573922d7cb5f36432e Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Mon, 10 Jun 2013 19:57:26 +0200 Subject: Fix wrong quest values in flowerpentagram4, reported by Cassy. --- world/map/npc/055-1/flowerpentagram4.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/055-1') diff --git a/world/map/npc/055-1/flowerpentagram4.txt b/world/map/npc/055-1/flowerpentagram4.txt index 714861ad..31f9800f 100644 --- a/world/map/npc/055-1/flowerpentagram4.txt +++ b/world/map/npc/055-1/flowerpentagram4.txt @@ -4,8 +4,8 @@ if (OrumQuest >= 31) goto L_PlacedFifthFlower; - if (OrumQuest > 27) goto L_PlacedFourthFlower; - if (OrumQuest == 27) goto L_FourthFlower; + if (OrumQuest > 26) goto L_PlacedFourthFlower; + if (OrumQuest == 26) goto L_FourthFlower; message strcharinfo(0), "Something is odd with this place."; end; @@ -41,7 +41,7 @@ L_Place: delitem "YellowSummonFlower", 1; mes "Worried about what will leak from the astral plane this time, you prepare yourself and put the flower in place."; mes "As expected you feel the magical tension building up. They're coming."; - set OrumQuest, 28; + set OrumQuest, 27; close2; areamonster "055-1.gat", 133, 87, 144, 99, "", 1105, 1, "#FlowerPentagram4::OnSquirrelDeath"; areamonster "055-1.gat", 133, 87, 144, 99, "", 1106, 1, "#FlowerPentagram4::OnMushroomDeath"; -- cgit v1.2.3-60-g2f50