mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Temporary clones: restore Remembered/Imprinted
This commit is contained in:
committed by
Michael Kamensky
parent
98600e9a19
commit
b7a475cc0a
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user