mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Increase eggbox transfer delay again
This commit is contained in:
parent
6b79084a14
commit
9fe34b3ef5
1 changed files with 2 additions and 2 deletions
|
|
@ -13834,8 +13834,8 @@ void K_EggmanTransfer(player_t *source, player_t *victim)
|
|||
source->eggmanblame = -1;
|
||||
K_StopRoulette(&source->itemRoulette);
|
||||
|
||||
source->eggmanTransferDelay = 20;
|
||||
victim->eggmanTransferDelay = 10;
|
||||
source->eggmanTransferDelay = 25;
|
||||
victim->eggmanTransferDelay = 15;
|
||||
|
||||
S_StopSoundByID(source->mo, sfx_s3k53);
|
||||
S_StopSoundByID(source->mo, sfx_kc51);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue