made item buyable

This commit is contained in:
2025-12-12 16:33:05 +01:00
parent 484abf4f9b
commit eb2c435671
15 changed files with 352 additions and 86 deletions

View File

@@ -12,6 +12,8 @@ public class KeyObj extends Entity {
description = "[" + name + "]\nIt opens a door.";
type = EntityType.ITEM;
down1 = initEntitySprites("objects/key");
price = 50;
}
}