forked from virt-mirrors/wayneko
Yawn a bit less when it's night
This commit is contained in:
parent
2c10d982e7
commit
a9bce5e10c
1 changed files with 4 additions and 1 deletions
|
@ -936,7 +936,10 @@ static bool animation_next_state_normal (void)
|
|||
return true;
|
||||
|
||||
default:
|
||||
animation_neko_do_yawn();
|
||||
if (rand() % 3 == 0)
|
||||
animation_neko_do_yawn();
|
||||
else
|
||||
animation_neko_do_stare(false);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue