v1.1.0: fixed GatewayTrap.telepos not being assigned in all cases

This commit is contained in:
Evan Debenham
2021-12-08 19:55:55 -05:00
parent 42571b895d
commit 9f0b86dc61

View File

@@ -49,6 +49,7 @@ public class GatewayTrap extends Trap {
if (cell != -1) {
Dungeon.level.drop( item, cell );
telePos = cell;
break;
}
}