added font to repo and simplified inv desc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user