Merging changes from private branch
This commit is contained in:
@@ -474,7 +474,7 @@ public class DesktopInput extends InputHandler{
|
||||
cursorType = cursor.build.getCursor();
|
||||
}
|
||||
|
||||
if(canRepairDerelict(cursor)){
|
||||
if(canRepairDerelict(cursor) && !player.dead() && player.unit().canBuild()){
|
||||
cursorType = ui.repairCursor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user