add sleeping functionality to Tent object and update player image handling

This commit is contained in:
2025-12-13 14:49:03 +01:00
parent 7f8d9d7e9b
commit f9c511d6bb
4 changed files with 15 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ public class TentObj extends Entity {
panel.playSE(14);
panel.player.life = panel.player.maxLife;
panel.player.mana = panel.player.maxMana;
panel.player.getSleepingImage(down1);
return true;
}
}