Temporary clones: restore Remembered/Imprinted

This commit is contained in:
Bug Hunter
2021-04-20 04:00:41 +00:00
committed by Michael Kamensky
parent 98600e9a19
commit b7a475cc0a
10 changed files with 71 additions and 23 deletions

View File

@@ -2840,8 +2840,7 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
if (c == null) {
continue;
}
c.getZone().remove(c);
c.ceaseToExist(true);
c.getGame().getAction().ceaseToExist(c, true);
StringBuilder sb = new StringBuilder();
sb.append(p).append(" removes ").append(c).append(" from game due to Dev Cheats.");