mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 12:12:29 +00:00
MORE CUES
This commit is contained in:
parent
3feac5bc90
commit
a04ae45a93
1 changed files with 1 additions and 0 deletions
|
|
@ -5880,6 +5880,7 @@ static void P_Boss9Thinker(mobj_t *mobj)
|
|||
mobj->flags &= ~MF_PAIN;
|
||||
mobj->fuse = 10*TICRATE;
|
||||
mobj->movecount = 0;
|
||||
P_SpawnMobjFromMobj(mobj, 0, 0, 0, MT_CYBRAKDEMON_VILE_EXPLOSION);
|
||||
P_SetMobjState(mobj, mobj->info->meleestate);
|
||||
} else if (!(mobj->threshold%4)) { // We've decided to lock onto the player this bounce.
|
||||
S_StartSound(mobj, sfx_s3k5a);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue