mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'eggman-drop-items' into 'master'
Drop items when hitting Egg Mark See merge request KartKrew/Kart!1064
This commit is contained in:
commit
cd7d4f23c7
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ boolean K_EggItemCollide(mobj_t *t1, mobj_t *t2)
|
||||||
if (!P_CanPickupItem(t2->player, 2))
|
if (!P_CanPickupItem(t2->player, 2))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
K_DropItems(t2->player);
|
||||||
K_StartEggmanRoulette(t2->player);
|
K_StartEggmanRoulette(t2->player);
|
||||||
|
|
||||||
if (t2->player->flamedash && t2->player->itemtype == KITEM_FLAMESHIELD)
|
if (t2->player->flamedash && t2->player->itemtype == KITEM_FLAMESHIELD)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue