BOTS CAN TOUCH STARPOSTS AGAIN

THANK YOU MERGE
This commit is contained in:
Sally Coolatta 2021-01-31 22:05:54 -05:00
parent 734461b35b
commit 9cf77e12e3

View file

@ -718,9 +718,6 @@ void P_TouchStarPost(mobj_t *post, player_t *player, boolean snaptopost)
(void)snaptopost;
if (player->bot)
return;
// Player must have touched all previous starposts
if (post->health - player->starpostnum > 1)
{