mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18: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();
|
||||
}
|
||||
|
||||
//update flashback zone when graveyard, library, or exile zones updated
|
||||
//update flashback zone when graveyard, library, exile, or stack zones updated
|
||||
switch (zoneType) {
|
||||
case Graveyard:
|
||||
case Library:
|
||||
case Exile:
|
||||
case Stack:
|
||||
zoneTabs.get(ZoneType.Flashback).update();
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user