farma updejt

This commit is contained in:
2025-12-08 01:39:39 +01:00
parent 9c61c3b56d
commit e49f567831
12 changed files with 596 additions and 99 deletions

View File

@@ -209,6 +209,11 @@ class InteractionSystem {
}
if (decor.hp <= 0) {
// XP REWARD (Requested by Logic)
if (this.scene.statsSystem) {
this.scene.statsSystem.addXP(5);
}
const prevType = decor.type;
// Logic: If Tree (and not sapling), turn into Sapling immediately (Regrowth)