diff options
author | Treeki <treeki@gmail.com> | 2012-10-28 08:59:59 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-28 08:59:59 +0100 |
commit | 29bdbddab8b9cf8cce5d548949b9d5b98e5b538a (patch) | |
tree | 4d85830cb43aacde772d5442945289e67b9a493d | |
parent | 780326c06df309a597a015c1f1b482a116a27a52 (diff) | |
download | kamek-29bdbddab8b9cf8cce5d548949b9d5b98e5b538a.tar.gz kamek-29bdbddab8b9cf8cce5d548949b9d5b98e5b538a.zip |
by skawo request
-rw-r--r-- | src/bossFuzzyBear.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bossFuzzyBear.cpp b/src/bossFuzzyBear.cpp index 1f4fab4..2a96b0b 100644 --- a/src/bossFuzzyBear.cpp +++ b/src/bossFuzzyBear.cpp @@ -82,6 +82,8 @@ CREATE_STATE(daFuzzyBear_c, Outro); void daFuzzyBear_c::playerCollision(ActivePhysics *apThis, ActivePhysics *apOther) { DamagePlayer(this, apThis, apOther); } void daFuzzyBear_c::yoshiCollision(ActivePhysics *apThis, ActivePhysics *apOther) { DamagePlayer(this, apThis, apOther); } void daFuzzyBear_c::collisionCat1_Fireball_E_Explosion(ActivePhysics *apThis, ActivePhysics *apOther) { + return; // added by skawo request + if (this->isInvulnerable == 1) { return; } this->timer = 0; |