fix neko AI: allow neko to scratch again

This commit is contained in:
Leon Henrik Plickat 2023-08-13 02:09:09 +02:00
commit c48484663c

View file

@ -549,7 +549,7 @@ static bool animation_next_state (void)
switch (current_neko)
{
case NEKO_STARE:
switch (rand() % 25)
switch (rand() % 24)
{
case 0:
current_neko = NEKO_SCRATCH_1;