forked from virt-mirrors/wayneko
fix neko AI: allow neko to scratch again
This commit is contained in:
parent
3f9ee72776
commit
c48484663c
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ static bool animation_next_state (void)
|
||||||
switch (current_neko)
|
switch (current_neko)
|
||||||
{
|
{
|
||||||
case NEKO_STARE:
|
case NEKO_STARE:
|
||||||
switch (rand() % 25)
|
switch (rand() % 24)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
current_neko = NEKO_SCRATCH_1;
|
current_neko = NEKO_SCRATCH_1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue