Let Bubble Reflect rocks
This commit is contained in:
parent
5f12bcc4e7
commit
2a66e0811e
1 changed files with 1 additions and 1 deletions
|
|
@ -1976,7 +1976,7 @@ fixed_t K_GetMobjWeight(mobj_t *mobj, mobj_t *against)
|
|||
case MT_FALLINGROCK:
|
||||
if (against->player)
|
||||
{
|
||||
if (against->player->invincibilitytimer || against->player->growshrinktimer > 0)
|
||||
if (against->player->invincibilitytimer || against->player->growshrinktimer > 0 || (K_GetShieldFromPlayer(against->player) == KSHIELD_BUBBLE))
|
||||
weight = 0;
|
||||
else
|
||||
weight = K_PlayerWeight(against, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue