Wipeout items bounce you

This commit is contained in:
TehRealSalt 2018-07-20 03:41:26 -04:00
parent ce161e470f
commit b891ebe614
1 changed files with 1 additions and 1 deletions

View File

@ -3325,7 +3325,7 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
damage = player->mo->health - 1;
P_RingDamage(player, inflictor, source, damage);
P_PlayerRingBurst(player, 5);
player->mo->momx = player->mo->momy = 0;
K_KartBouncing(player->mo, inflictor, false, false);
if (P_IsLocalPlayer(player))
{
quake.intensity = 32*FRACUNIT;