mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
* Gadwick, the Wizened - fixed that it doesn't draw the cards if another Gadwick in hand/game;
This commit is contained in:
parent
cdce5c2c82
commit
68e5932d37
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ enum GadwickTheWizenedValue implements DynamicValue {
|
|||
class GadwickTheWizenedWatcher extends Watcher {
|
||||
|
||||
GadwickTheWizenedWatcher() {
|
||||
super(WatcherScope.GAME);
|
||||
super(WatcherScope.CARD);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue