mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Further checkpoint amp nerfs
This commit is contained in:
parent
89544772b3
commit
f9b72269f7
1 changed files with 2 additions and 2 deletions
|
|
@ -675,8 +675,8 @@ void __attribute__((optimize("O0"))) Obj_CrossCheckpoints(player_t* player, fixe
|
||||||
player->lapPoints += 1;
|
player->lapPoints += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
K_SpawnAmps(player, 5*(D_NumPlayersInRace() - player->position), static_cast<mobj_t*>(chk));
|
K_SpawnAmps(player, 100*(D_NumPlayersInRace() - player->position)/50, static_cast<mobj_t*>(chk));
|
||||||
K_SpawnAmps(player, 5*(D_NumPlayersInRace() - player->position), static_cast<mobj_t*>(chk->other()));
|
K_SpawnAmps(player, 100*(D_NumPlayersInRace() - player->position)/50, static_cast<mobj_t*>(chk->other()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue