mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Adjust mine and explosion to center Broly ki
This commit is contained in:
parent
34dec00539
commit
2ec29b2586
2 changed files with 3 additions and 1 deletions
|
|
@ -23347,7 +23347,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
sfx_None, // deathsound
|
sfx_None, // deathsound
|
||||||
0, // speed
|
0, // speed
|
||||||
16*FRACUNIT, // radius
|
16*FRACUNIT, // radius
|
||||||
24*FRACUNIT, // height
|
56*FRACUNIT, // height
|
||||||
0, // display offset
|
0, // display offset
|
||||||
100, // mass
|
100, // mass
|
||||||
1, // damage
|
1, // damage
|
||||||
|
|
|
||||||
|
|
@ -8640,6 +8640,8 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
||||||
|
|
||||||
//player->flashing = 0;
|
//player->flashing = 0;
|
||||||
eggsexplode = P_SpawnMobj(player->mo->x, player->mo->y, player->mo->z, MT_SPBEXPLOSION);
|
eggsexplode = P_SpawnMobj(player->mo->x, player->mo->y, player->mo->z, MT_SPBEXPLOSION);
|
||||||
|
eggsexplode->height = 2 * player->mo->height;
|
||||||
|
|
||||||
if (player->eggmanblame >= 0
|
if (player->eggmanblame >= 0
|
||||||
&& player->eggmanblame < MAXPLAYERS
|
&& player->eggmanblame < MAXPLAYERS
|
||||||
&& playeringame[player->eggmanblame]
|
&& playeringame[player->eggmanblame]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue