Closes Anuken/Mindustry-Suggestions/issues/5828

This commit is contained in:
Anuken
2025-08-30 00:57:52 -04:00
parent fdf0640d65
commit f051f6e2d6

View File

@@ -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(){