v0.3.5: big consistency pass on how items handle execution
This commit is contained in:
@@ -68,6 +68,9 @@ public class EtherealChains extends Artifact {
|
||||
|
||||
@Override
|
||||
public void execute(Hero hero, String action) {
|
||||
|
||||
super.execute(hero, action);
|
||||
|
||||
if (action.equals(AC_CAST)){
|
||||
|
||||
curUser = hero;
|
||||
@@ -88,8 +91,7 @@ public class EtherealChains extends Artifact {
|
||||
GameScene.selectCell(caster);
|
||||
}
|
||||
|
||||
} else
|
||||
super.execute(hero, action);
|
||||
}
|
||||
}
|
||||
|
||||
private CellSelector.Listener caster = new CellSelector.Listener(){
|
||||
|
||||
Reference in New Issue
Block a user