mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 12:22:36 +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();
|
pet.clearPosture();
|
||||||
}, this.minimumActionDuration);
|
}, this.minimumActionDuration);
|
||||||
|
|
||||||
if (pet.getHappyness() > 50)
|
if (pet.getHappyness() > 40) {
|
||||||
pet.say(pet.getPetData().randomVocal(PetVocalsType.PLAYFUL));
|
pet.say(pet.getPetData().randomVocal(PetVocalsType.PLAYFUL));
|
||||||
else
|
} else {
|
||||||
pet.say(pet.getPetData().randomVocal(PetVocalsType.GENERIC_NEUTRAL));
|
pet.say(pet.getPetData().randomVocal(PetVocalsType.GENERIC_NEUTRAL));
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user