From be46f17cee018b2521b26d00d3f9dd3fee5efdf0 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 30 May 2001 21:11:54 +0000 Subject: [PATCH] --- source/enemy/nmjfish.cpp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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); } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////