V0.2.0: bugfix/light class restructure

This commit is contained in:
Evan Debenham
2014-08-28 00:29:29 -04:00
parent d1fae63918
commit 871e00f597
2 changed files with 8 additions and 3 deletions
@@ -21,7 +21,7 @@ public class Artifact extends KindofMisc {
protected Buff activeBuff;
//level is used internally to track upgrades to artifacts, size/logic varies per artifact.
protected int level = 1;
//the current artifact charge
protected int charge = 0;
//the % towards next charge, should roll over at a value of 1 or higher.