added font to repo and simplified inv desc

This commit is contained in:
2025-11-30 17:28:11 +01:00
parent bbeba11fb9
commit 02d6672114
3 changed files with 3 additions and 9 deletions

View File

@@ -245,12 +245,6 @@ public class Player extends Entity {
// INVENTORY
inventory.add(currentWeapon);
inventory.add(currentShield);
inventory.add(new KeyObj(panel));
inventory.add(new KeyObj(panel));
inventory.add(new KeyObj(panel));
inventory.add(new KeyObj(panel));
inventory.add(new KeyObj(panel));
inventory.add(new KeyObj(panel));
}
public int getAttack() {
return attack = strength * currentWeapon.attackValue;