mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
Bots: Make Lv.1 end worse at timing items
This commit is contained in:
parent
2eff6d7fb5
commit
f1d5867877
1 changed files with 2 additions and 2 deletions
|
|
@ -1394,8 +1394,8 @@ static void K_BotItemRings(player_t *player, ticcmd_t *cmd)
|
|||
--------------------------------------------------*/
|
||||
static void K_BotItemRouletteMash(player_t *player, ticcmd_t *cmd)
|
||||
{
|
||||
// 12 tics late for Lv.1, frame-perfect for Lv.MAX
|
||||
const tic_t confirmTime = (MAXBOTDIFFICULTY - player->botvars.difficulty);
|
||||
// 24 tics late for Lv.1, frame-perfect for Lv.MAX
|
||||
const tic_t confirmTime = (MAXBOTDIFFICULTY - player->botvars.difficulty) * 2;
|
||||
|
||||
if (K_ItemButtonWasDown(player) == true)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue