Converting master fixes to grand card rework paradigms
This commit is contained in:
@@ -1027,15 +1027,15 @@
|
||||
memorize: choice
|
||||
}
|
||||
{
|
||||
type: conditional
|
||||
requires: [
|
||||
type: if
|
||||
check: [
|
||||
{
|
||||
type: MemoryIs
|
||||
memory: choice
|
||||
value: yes
|
||||
}
|
||||
]
|
||||
effect: {
|
||||
true: {
|
||||
type: playCardFromDiscard
|
||||
select: choose(minion)
|
||||
}
|
||||
|
||||
@@ -1189,9 +1189,8 @@
|
||||
times: 3
|
||||
effect: {
|
||||
type: playCardFromDiscard
|
||||
select: choose(tracker)
|
||||
//This should be updated to "optional"
|
||||
nocheck: true
|
||||
select: choose(tracker)
|
||||
optional: true
|
||||
}
|
||||
}
|
||||
{
|
||||
|
||||
@@ -77,15 +77,15 @@
|
||||
memorize: choice
|
||||
}
|
||||
{
|
||||
type: conditional
|
||||
requires: [
|
||||
type: if
|
||||
check: [
|
||||
{
|
||||
type: MemoryIs
|
||||
memory: choice
|
||||
value: yes
|
||||
}
|
||||
]
|
||||
effect: {
|
||||
true: {
|
||||
type: playCardFromDiscard
|
||||
select: choose(unique,culture(wraith),minion)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user