v0.9.1b: scrolls of teleportation not longer spend a turn on boss floors
This commit is contained in:
parent
d44dbc04f1
commit
0a1b672685
|
@ -59,7 +59,9 @@ public class ScrollOfTeleportation extends Scroll {
|
||||||
teleportPreferringUnseen( curUser );
|
teleportPreferringUnseen( curUser );
|
||||||
identify();
|
identify();
|
||||||
|
|
||||||
readAnimation();
|
if (!Dungeon.bossLevel()) {
|
||||||
|
readAnimation();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void teleportToLocation(Hero hero, int pos){
|
public static void teleportToLocation(Hero hero, int pos){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user