v1.1.0: fixed GatewayTrap.telepos not being assigned in all cases
This commit is contained in:
+1
@@ -49,6 +49,7 @@ public class GatewayTrap extends Trap {
|
|||||||
|
|
||||||
if (cell != -1) {
|
if (cell != -1) {
|
||||||
Dungeon.level.drop( item, cell );
|
Dungeon.level.drop( item, cell );
|
||||||
|
telePos = cell;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user