Fixed #5734 / New derelict icon

This commit is contained in:
Anuken
2021-08-10 19:56:31 -04:00
parent a97690d219
commit 14dc293a09
4 changed files with 6 additions and 2 deletions

View File

@@ -454,6 +454,10 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
public void update(){
player.typing = ui.chatfrag.shown();
if(player.dead()){
droppingItem = false;
}
if(player.isBuilder()){
player.unit().updateBuilding(isBuilding);
}