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