mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Update ActionDown.java
This commit is contained in:
parent
ef0b5080cb
commit
4faf9a4f21
@ -28,10 +28,11 @@ public class ActionDown extends PetAction {
|
||||
pet.clearPosture();
|
||||
}, this.minimumActionDuration);
|
||||
|
||||
if (pet.getHappyness() > 50)
|
||||
if (pet.getHappyness() > 40) {
|
||||
pet.say(pet.getPetData().randomVocal(PetVocalsType.PLAYFUL));
|
||||
else
|
||||
} else {
|
||||
pet.say(pet.getPetData().randomVocal(PetVocalsType.GENERIC_NEUTRAL));
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user