mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'eggbox-strip-shield' into 'master'
Drop items when an eggbox is transferred to you (resolves #524) Closes #524 See merge request KartKrew/Kart!1176
This commit is contained in:
commit
0f6ee942a1
1 changed files with 1 additions and 0 deletions
|
|
@ -11656,6 +11656,7 @@ void K_EggmanTransfer(player_t *source, player_t *victim)
|
|||
return;
|
||||
|
||||
K_AddHitLag(victim->mo, 2, true);
|
||||
K_DropItems(victim);
|
||||
victim->eggmanexplode = 6*TICRATE;
|
||||
victim->itemRoulette.eggman = false;
|
||||
victim->itemRoulette.active = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue