zerg mechanic overhaul

This commit is contained in:
2024-03-01 19:41:34 -06:00
parent ab5943e4b2
commit feb23e63fe
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -776,6 +776,7 @@ public class Mine extends AbstractGameObject {
}
}
for(Integer id : purge){
PlayerCharacter.getPlayerCharacter(id).mineAppliedID = 0;
_recentMemory.remove(id);
}
if(toRemove.isEmpty()){