mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-19 07:56:26 +01:00
Update ActionDance.java
This commit is contained in:
parent
55c3c49b46
commit
502ac555d3
@ -19,9 +19,8 @@ public class ActionDance extends PetAction {
|
|||||||
// mambojambo works better than ur dancing skills
|
// mambojambo works better than ur dancing skills
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(Pet pet, Habbo habbo, String[] data) {
|
public boolean apply(Pet pet, Habbo habbo, String[] data) {
|
||||||
if (pet.getHappyness() < 50) {
|
if (pet.getHappyness() > 55) {
|
||||||
pet.say(pet.getPetData().randomVocal(PetVocalsType.DISOBEY));
|
pet.say(pet.getPetData().randomVocal(PetVocalsType.PLAYFUL));
|
||||||
return false;
|
|
||||||
} else {
|
} else {
|
||||||
pet.say(pet.getPetData().randomVocal(PetVocalsType.GENERIC_NEUTRAL));
|
pet.say(pet.getPetData().randomVocal(PetVocalsType.GENERIC_NEUTRAL));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user