From f0a5ca4865f1600934b509812799ccd17147d413 Mon Sep 17 00:00:00 2001 From: Jarrett Thomas-Huxley Date: Sun, 2 May 2010 00:59:46 -0400 Subject: Add naming prefix "Pink" to flower mob & petal item --- npc/017-1_Woodland_hills/monsters.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/017-1_Woodland_hills') 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; -- cgit v1.2.3-70-g09d2