correction to nights bot clause

This commit is contained in:
Shane Ellis 2021-01-24 12:46:03 -05:00
parent ea6879b5c2
commit ca00e2d508

View file

@ -777,7 +777,7 @@ void P_NightserizePlayer(player_t *player, INT32 nighttime)
UINT8 oldmare, oldmarelap, oldmarebonuslap;
//! Bots can't be NiGHTSerized, silly!1 :P
if (player->bot == BOT_2PAI || player->bot || BOT_2PHUMAN)
if (player->bot == BOT_2PAI || player->bot == BOT_2PHUMAN)
return;
if (player->powers[pw_carry] != CR_NIGHTSMODE)