* Gadwick, the Wizened - fixed that it doesn't draw the cards if another Gadwick in hand/game;

This commit is contained in:
Oleg Agafonov 2020-01-16 21:54:53 +04:00
parent cdce5c2c82
commit 68e5932d37

View file

@ -105,7 +105,7 @@ enum GadwickTheWizenedValue implements DynamicValue {
class GadwickTheWizenedWatcher extends Watcher {
GadwickTheWizenedWatcher() {
super(WatcherScope.GAME);
super(WatcherScope.CARD);
}
@Override