v0.2.4: corrected a bug with fire elemental

This commit is contained in:
Evan Debenham
2015-02-20 00:06:12 -05:00
parent 567be8dfbf
commit 08eb07634d
2 changed files with 6 additions and 6 deletions
@@ -39,8 +39,8 @@ public class Buff extends Actor {
this.target = target;
target.add( this );
return true;
return target.buffs().contains(this);
}
public void detach() {