mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 05:02:55 +00:00
Drop items when an eggbox is transferred to you
This commit is contained in:
parent
62065e9b78
commit
aca8b2f51d
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