mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +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->flags &= ~MF_PAIN;
|
||||||
mobj->fuse = 10*TICRATE;
|
mobj->fuse = 10*TICRATE;
|
||||||
mobj->movecount = 0;
|
mobj->movecount = 0;
|
||||||
|
P_SpawnMobjFromMobj(mobj, 0, 0, 0, MT_CYBRAKDEMON_VILE_EXPLOSION);
|
||||||
P_SetMobjState(mobj, mobj->info->meleestate);
|
P_SetMobjState(mobj, mobj->info->meleestate);
|
||||||
} else if (!(mobj->threshold%4)) { // We've decided to lock onto the player this bounce.
|
} else if (!(mobj->threshold%4)) { // We've decided to lock onto the player this bounce.
|
||||||
S_StartSound(mobj, sfx_s3k5a);
|
S_StartSound(mobj, sfx_s3k5a);
|
||||||
|
|
Loading…
Reference in a new issue