Removed sandbox from shuffle list / duplicate maps / mobile mech pickup

This commit is contained in:
Anuken
2018-10-18 18:20:07 -04:00
parent 3b58d57e5c
commit dd2c71fe61
4 changed files with 13 additions and 7 deletions

View File

@@ -567,7 +567,7 @@ public class MobileInput extends InputHandler implements GestureListener{
//add to selection queue if it's a valid BREAK position
cursor = cursor.target();
selection.add(new PlaceRequest(cursor.worldx(), cursor.worldy()));
}else if(!canTapPlayer(worldx, worldy)){
}else if(!canTapPlayer(worldx, worldy) && player.mech.flying){
boolean consumed = false;
//else, try and carry units
if(player.getCarry() != null){