summaryrefslogtreecommitdiff
path: root/world/map/npc/017-1
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/017-1')
-rw-r--r--world/map/npc/017-1/flowerpentagram1.txt4
-rw-r--r--world/map/npc/017-1/flowerpentagram5.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/world/map/npc/017-1/flowerpentagram1.txt b/world/map/npc/017-1/flowerpentagram1.txt
index 64128b4b..5480ad60 100644
--- a/world/map/npc/017-1/flowerpentagram1.txt
+++ b/world/map/npc/017-1/flowerpentagram1.txt
@@ -79,4 +79,8 @@ L_PlacedFifthFlower:
L_Close:
set @localMonsterCount, 0;
close;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}
diff --git a/world/map/npc/017-1/flowerpentagram5.txt b/world/map/npc/017-1/flowerpentagram5.txt
index f8947dbd..628a9433 100644
--- a/world/map/npc/017-1/flowerpentagram5.txt
+++ b/world/map/npc/017-1/flowerpentagram5.txt
@@ -137,4 +137,8 @@ L_PlacedFifthFlower:
L_Close:
set @localMonsterCount, 0;
close;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}