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