Fixed The World Ahead being unplayable (it was looking for "self" instead of "elf")
This commit is contained in:
@@ -394,7 +394,7 @@
|
||||
type: toPlay
|
||||
requires: {
|
||||
type: canSpot
|
||||
filter: self
|
||||
filter: elf
|
||||
}
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user