mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Build tether twice as fast in Battle
This commit is contained in:
parent
2d00384a4c
commit
3a23c48be8
1 changed files with 7 additions and 0 deletions
|
|
@ -1867,6 +1867,13 @@ static void K_UpdateDraft(player_t *player)
|
|||
// Double speed for the rival!
|
||||
player->draftpower += add;
|
||||
}
|
||||
|
||||
if (gametype == GT_BATTLE)
|
||||
{
|
||||
// TODO: gametyperules
|
||||
// Double speed in Battle
|
||||
player->draftpower += add;
|
||||
}
|
||||
}
|
||||
|
||||
if (player->draftpower > FRACUNIT)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue