Check GTR_CIRCUIT for scams

This commit is contained in:
Antonio Martinez 2025-05-23 20:00:35 -04:00
parent cb0bff86ac
commit f46a2f83b4

View file

@ -446,7 +446,7 @@ boolean K_IsPlayerScamming(player_t *player)
if (!M_NotFreePlay())
return false;
if (gametyperules & GTR_SPHERES)
if (!(gametyperules & GTR_CIRCUIT))
return false;
// "Why 8?" Consistency