v0.2.4: corrected a bug with fire elemental
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user