mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-02 14:32:22 +00:00
correction to nights bot clause
This commit is contained in:
parent
ea6879b5c2
commit
ca00e2d508
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ void P_NightserizePlayer(player_t *player, INT32 nighttime)
|
||||||
UINT8 oldmare, oldmarelap, oldmarebonuslap;
|
UINT8 oldmare, oldmarelap, oldmarebonuslap;
|
||||||
|
|
||||||
//! Bots can't be NiGHTSerized, silly!1 :P
|
//! 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;
|
return;
|
||||||
|
|
||||||
if (player->powers[pw_carry] != CR_NIGHTSMODE)
|
if (player->powers[pw_carry] != CR_NIGHTSMODE)
|
||||||
|
|
Loading…
Reference in a new issue