summaryrefslogtreecommitdiff
path: root/world/map/npc/055-1
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-06-10 19:57:26 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2013-06-10 19:57:26 +0200
commit6fec3f13c27132c5d90e91573922d7cb5f36432e (patch)
tree0ae58ff65fabc8411240212e527ccc290b6c78e3 /world/map/npc/055-1
parentec951e424dada5dd31078099ec2214c6f3d3eb6c (diff)
downloadserverdata-6fec3f13c27132c5d90e91573922d7cb5f36432e.tar.gz
serverdata-6fec3f13c27132c5d90e91573922d7cb5f36432e.tar.bz2
serverdata-6fec3f13c27132c5d90e91573922d7cb5f36432e.tar.xz
serverdata-6fec3f13c27132c5d90e91573922d7cb5f36432e.zip
Fix wrong quest values in flowerpentagram4, reported by Cassy.
Diffstat (limited to 'world/map/npc/055-1')
-rw-r--r--world/map/npc/055-1/flowerpentagram4.txt6
1 files changed, 3 insertions, 3 deletions
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";