mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Flashback zone needs to be updated when the Stack changes, useful e.g. for Lightning Storm.
This commit is contained in:
@@ -187,11 +187,12 @@ public class VPlayerPanel extends FContainer {
|
|||||||
zoneTab.update();
|
zoneTab.update();
|
||||||
}
|
}
|
||||||
|
|
||||||
//update flashback zone when graveyard, library, or exile zones updated
|
//update flashback zone when graveyard, library, exile, or stack zones updated
|
||||||
switch (zoneType) {
|
switch (zoneType) {
|
||||||
case Graveyard:
|
case Graveyard:
|
||||||
case Library:
|
case Library:
|
||||||
case Exile:
|
case Exile:
|
||||||
|
case Stack:
|
||||||
zoneTabs.get(ZoneType.Flashback).update();
|
zoneTabs.get(ZoneType.Flashback).update();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user