added player inventory
This commit is contained in:
@@ -8,7 +8,8 @@ public class ShieldWoodObj extends Entity {
|
||||
|
||||
public ShieldWoodObj(GamePanel panel) {
|
||||
super(panel);
|
||||
name = "shield-wood";
|
||||
name = "Wooden Shield";
|
||||
description = "[" + name + "]\nAn old shield.\nIt's not that strong but\nit does its job.";
|
||||
type = EntityType.ITEM;
|
||||
down1 = initEntitySprites("objects/shield_wood");
|
||||
defenseValue = 1;
|
||||
|
||||
Reference in New Issue
Block a user