forked from External/mage
images: fixed miss dungeon image in choose dungeon dialog (part of #12274);
This commit is contained in:
parent
7d1ab71092
commit
f7d702d5df
9 changed files with 50 additions and 23 deletions
|
|
@ -1239,6 +1239,11 @@ public class GameState implements Serializable, Copyable<GameState> {
|
|||
this.isPlaneChase = isPlaneChase;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add object to command zone.
|
||||
* <p>
|
||||
* Warning, all object data must be initialized before adding, including image info
|
||||
*/
|
||||
public void addCommandObject(CommandObject commandObject) {
|
||||
getCommand().add(commandObject);
|
||||
setZone(commandObject.getId(), Zone.COMMAND);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue