mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Merge branch 'fix-top-getting-possessed-by-angry-ghosts' into 'master'
Fix top being dropped when players hit your items See merge request KartKrew/Kart!1776
This commit is contained in:
commit
00f19a5f19
1 changed files with 0 additions and 6 deletions
|
|
@ -3229,12 +3229,6 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
|
|||
player->emeralds = 0;
|
||||
K_CheckEmeralds(source->player);
|
||||
}
|
||||
|
||||
/* Drop "shield" immediately on contact. */
|
||||
if (source->player->curshield == KSHIELD_TOP)
|
||||
{
|
||||
Obj_GardenTopDestroy(source->player);
|
||||
}
|
||||
}
|
||||
|
||||
if (!(damagetype & DMG_STEAL))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue