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
@@ -224,7 +224,6 @@ public class CloakOfShadows extends Artifact {
bundle.put("chargecap", chargeCap);
bundle.put("stealthed", stealthed);
bundle.put("cooldown", cooldown);
bundle.put("exp", exp);
}
@Override
@@ -233,6 +232,5 @@ public class CloakOfShadows extends Artifact {
chargeCap = bundle.getInt("chargecap");
stealthed = bundle.getBoolean("stealthed");
cooldown = bundle.getInt("cooldown");
exp = bundle.getInt("exp");
}
}