mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Fixed pet scratch to give happiness instead of experience
This commit is contained in:
parent
3ec3a6aca6
commit
e1695a4879
@ -574,7 +574,7 @@ public class Pet implements ISerialize, Runnable {
|
||||
|
||||
|
||||
public void scratched(Habbo habbo) {
|
||||
this.addExperience(10);
|
||||
this.addHappyness(10);
|
||||
this.addRespect();
|
||||
|
||||
if (habbo != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user