Fix Gen 4 Taunt for upcoming (#8878)

This commit is contained in:
amiosi 2026-01-11 14:23:47 -05:00 committed by GitHub
parent 3195480199
commit 3dfef14c77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10181,7 +10181,7 @@ static void Cmd_settaunt(void)
}
else if (B_TAUNT_TURNS >= GEN_4)
{
turns = RandomUniform(RNG_TAUNT, 2, B_TAUNT_TIMER);
turns = RandomUniform(RNG_TAUNT, 3, B_TAUNT_TIMER);
}
else
{