mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
BOTS CAN TOUCH STARPOSTS AGAIN
THANK YOU MERGE
This commit is contained in:
parent
734461b35b
commit
9cf77e12e3
1 changed files with 0 additions and 3 deletions
|
|
@ -718,9 +718,6 @@ void P_TouchStarPost(mobj_t *post, player_t *player, boolean snaptopost)
|
||||||
|
|
||||||
(void)snaptopost;
|
(void)snaptopost;
|
||||||
|
|
||||||
if (player->bot)
|
|
||||||
return;
|
|
||||||
|
|
||||||
// Player must have touched all previous starposts
|
// Player must have touched all previous starposts
|
||||||
if (post->health - player->starpostnum > 1)
|
if (post->health - player->starpostnum > 1)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue