diff --git a/core/src/mindustry/game/Teams.java b/core/src/mindustry/game/Teams.java index d43150efb3..4b4f2ee804 100644 --- a/core/src/mindustry/game/Teams.java +++ b/core/src/mindustry/game/Teams.java @@ -383,6 +383,7 @@ public class Teams{ if(Mathf.chance(0.2)){ Time.run(Mathf.random(0f, 60f * 6f), build::kill); } + build.addPlan(true, false); } private void finishScheduleDerelict(){