V0.2.0: Various artifact logic/sprite changes

This commit is contained in:
Evan Debenham
2014-09-08 01:01:34 -04:00
parent 5e038f5c5d
commit 14ff09373b
7 changed files with 100 additions and 84 deletions
@@ -30,7 +30,7 @@ public class HornOfPlenty extends Artifact {
{
name = "Horn of Plenty";
image = ItemSpriteSheet.ARTIFACT_HORN;
image = ItemSpriteSheet.ARTIFACT_HORN1;
level = 0;
levelCap = 30;
charge = 0;
@@ -97,7 +97,7 @@ public class HornOfPlenty extends Artifact {
Badges.validateFoodEaten();
image = ItemSpriteSheet.ARTIFACT_HORN;
image = ItemSpriteSheet.ARTIFACT_HORN1;
} else if (action.equals(AC_STORE)){