mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +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
|
||||
@Override
|
||||
public boolean apply(Pet pet, Habbo habbo, String[] data) {
|
||||
if (pet.getHappyness() < 50) {
|
||||
pet.say(pet.getPetData().randomVocal(PetVocalsType.DISOBEY));
|
||||
return false;
|
||||
if (pet.getHappyness() > 55) {
|
||||
pet.say(pet.getPetData().randomVocal(PetVocalsType.PLAYFUL));
|
||||
} else {
|
||||
pet.say(pet.getPetData().randomVocal(PetVocalsType.GENERIC_NEUTRAL));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user