diff --git a/source/enemy/nmjfish.cpp b/source/enemy/nmjfish.cpp index 7c2b1c259..36545d0e8 100644 --- a/source/enemy/nmjfish.cpp +++ b/source/enemy/nmjfish.cpp @@ -56,8 +56,17 @@ void CNpcMotherJellyfishEnemy::postInit() m_health = CLevel::getBossHealth(); } -// CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this); -// T->SetUp(128,4,8,16); + CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this); + T->Setup(80,-5,0); + + T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this); + T->Setup(40,0,0); + + T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this); + T->Setup(-40,-5,1); + + T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this); + T->Setup(-80,0,1); } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////