MORE CUES

This commit is contained in:
toasterbabe 2017-02-13 18:53:16 +00:00
parent 3feac5bc90
commit a04ae45a93

View file

@ -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);