Adjust mine and explosion to center Broly ki

This commit is contained in:
James R 2022-12-14 01:33:31 -08:00
parent 34dec00539
commit 2ec29b2586
2 changed files with 3 additions and 1 deletions

View file

@ -23347,7 +23347,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
sfx_None, // deathsound
0, // speed
16*FRACUNIT, // radius
24*FRACUNIT, // height
56*FRACUNIT, // height
0, // display offset
100, // mass
1, // damage

View file

@ -8640,6 +8640,8 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
//player->flashing = 0;
eggsexplode = P_SpawnMobj(player->mo->x, player->mo->y, player->mo->z, MT_SPBEXPLOSION);
eggsexplode->height = 2 * player->mo->height;
if (player->eggmanblame >= 0
&& player->eggmanblame < MAXPLAYERS
&& playeringame[player->eggmanblame]