Revert "Only do this check for MT_BUBBLESHIELD"
This reverts commit c87fb9f6ec.
This commit is contained in:
parent
c87fb9f6ec
commit
49b825f3cf
1 changed files with 1 additions and 1 deletions
|
|
@ -2232,7 +2232,7 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
|
|||
}
|
||||
|
||||
// We successfully damaged them! Give 'em some bumpers!
|
||||
if (source && source != player->mo && (source->player || ((source->type == MT_BUBBLESHIELD) && source->target && source->target->player)))
|
||||
if (source && source != player->mo && (source->player || (source->target && source->target->player)))
|
||||
{
|
||||
player_t *attacker = source->player ? source->player : NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue