v0.9.0b: fixed force cube being placed on the ground after tile presses
This commit is contained in:
+1
-2
@@ -58,6 +58,7 @@ public class ForceCube extends MissileWeapon {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rangedHit( null, cell );
|
||||||
Dungeon.level.pressCell(cell);
|
Dungeon.level.pressCell(cell);
|
||||||
|
|
||||||
ArrayList<Char> targets = new ArrayList<>();
|
ArrayList<Char> targets = new ArrayList<>();
|
||||||
@@ -76,8 +77,6 @@ public class ForceCube extends MissileWeapon {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rangedHit( null, cell );
|
|
||||||
|
|
||||||
WandOfBlastWave.BlastWave.blast(cell);
|
WandOfBlastWave.BlastWave.blast(cell);
|
||||||
Sample.INSTANCE.play( Assets.Sounds.BLAST );
|
Sample.INSTANCE.play( Assets.Sounds.BLAST );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user