summaryrefslogtreecommitdiff
path: root/npc/017-1_Woodland_hills/monsters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-1_Woodland_hills/monsters.txt')
-rw-r--r--npc/017-1_Woodland_hills/monsters.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-1_Woodland_hills/monsters.txt b/npc/017-1_Woodland_hills/monsters.txt
index cf33e0d8..28f2d7e2 100644
--- a/npc/017-1_Woodland_hills/monsters.txt
+++ b/npc/017-1_Woodland_hills/monsters.txt
@@ -5,7 +5,7 @@
017-1.gat,0,0,0,0 monster Bat 1017,5,0,0,Mob33::OnBat
017-1.gat,0,0,0,0 monster FireGoblin 1011,5,0,0,Mob33::OnFireGoblin
017-1.gat,0,0,0,0 monster Mouboo 1028,5,0,0,Mob33::OnMouboo
-017-1.gat,0,0,0,0 monster Flower 1014,5,0,0,Mob33::OnFlower
+017-1.gat,0,0,0,0 monster PinkFlower 1014,5,0,0,Mob33::OnPinkFlower
017-1.gat,0,0,0,0 monster SpikyMushroom 1019,5,0,0,Mob33::OnSpikyMushroom
017-1.gat,0,0,0,0 monster EvilMushshroom 1013,10,0,0,Mob33::OnEvilMushroom
@@ -34,7 +34,7 @@ OnMouboo:
callfunc "MobPoints";
break;
-OnFlower:
+OnPinkFlower:
set @mobID, 1014;
callfunc "MobPoints";
break;