Skip to content

Commit

Permalink
Restore lost souls to vanilla behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Nov 1, 2024
1 parent 2d5d873 commit 8b49e6c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/p_enemy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1858,10 +1858,6 @@ static void A_PainShootSkull(mobj_t *actor, angle_t angle)
// killough 08/29/98: add to appropriate thread
P_UpdateThinker(&newmobj->thinker);

// [BH] put in attack state
if (!states[S_PAIN_STND].dehacked)
P_SetMobjState(newmobj, S_SKULL_ATK2);

P_SetTarget(&newmobj->target, actor->target);
A_SkullAttack(newmobj, NULL, NULL);
}
Expand Down

0 comments on commit 8b49e6c

Please sign in to comment.