Turn logic / Cross-sector production / Pad tweaks
This commit is contained in:
@@ -199,6 +199,10 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
||||
public void update(){
|
||||
player.typing(ui.chatfrag.shown());
|
||||
|
||||
if(player.isBuilder()){
|
||||
player.builder().building(isBuilding);
|
||||
}
|
||||
|
||||
if(!player.dead()){
|
||||
controlledType = player.unit().type();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user