Don't use rings during POSITION

This commit is contained in:
Sally Coolatta 2021-02-26 00:31:13 -05:00
parent a4b673705a
commit 5ac116dc12

View file

@ -971,7 +971,7 @@ void K_BotItemUsage(player_t *player, ticcmd_t *cmd, INT16 turnamt)
{ {
// Use rings! // Use rings!
if (!player->exiting) if (leveltime > starttime && !player->exiting)
{ {
K_BotItemRings(player, cmd); K_BotItemRings(player, cmd);
} }