V0.2.0: Corrected some misc. item buff detach logic

This commit is contained in:
Evan Debenham
2014-09-14 04:36:05 -04:00
parent 827bbac105
commit f4e5060041
4 changed files with 5 additions and 3 deletions
@@ -118,6 +118,7 @@ public class CapeOfThorns extends Artifact {
public void detach(){
timer = 0;
charge = 0;
super.detach();
}
}