| 471 | } |
| 472 | |
| 473 | void BaseCreatureEntity::makeExplode() |
| 474 | { |
| 475 | new ExplosionEntity(x, y, ExplosionTypeStandard, 16, EnemyTypeNone, false); |
| 476 | game().addCorpse(x, y, FRAME_CORPSE_SLIME_VIOLET); |
| 477 | SoundManager::getInstance().playSound(SOUND_BOOM_00); |
| 478 | } |
| 479 | |
| 480 | int BaseCreatureEntity::hurt(StructHurt hurtParam) |
| 481 | { |