v0.2.3: refactoring/tweaks to artifacts and active buffs

This commit is contained in:
Evan Debenham
2014-12-08 16:34:50 -05:00
parent 6fc71c9f8b
commit 59df503355
2 changed files with 15 additions and 9 deletions
@@ -114,6 +114,11 @@ public class Artifact extends KindofMisc {
passiveBuff.detach();
passiveBuff = null;
if (activeBuff != null){
activeBuff.detach();
activeBuff = null;
}
return true;
} else {