mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'ghost-ballhog' into 'master'
Remove Ball Hog missiles when exploding Closes #1471 See merge request kart-krew-dev/ring-racers-internal!2646
This commit is contained in:
commit
510205fe00
1 changed files with 2 additions and 0 deletions
|
|
@ -12206,6 +12206,8 @@ void A_BallhogExplode(mobj_t *actor)
|
|||
mo2->destscale = mo2->scale;
|
||||
P_SetTarget(&mo2->target, actor->target);
|
||||
S_StartSound(mo2, actor->info->deathsound);
|
||||
|
||||
actor->fuse = 1;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue