Fixing uncommited YHMS fix. Fixing Walks in Twilight not being optional

This commit is contained in:
Christian 'ketura' McCarty
2021-12-20 23:44:32 -06:00
parent 735dba98b8
commit ca647787ea
3 changed files with 6 additions and 0 deletions

View File

@@ -230,6 +230,10 @@
"type": "condition",
"target": "companion,signet(aragorn),not(name(Aragorn))",
"strength": 2,
"condition": {
"type": "canSpot",
"filter": "name(aragorn)"
},
"effects": {
"type": "trigger",
"trigger": {

View File

@@ -179,6 +179,7 @@
"effects": [
{
"type": "trigger",
"optional": true,
"trigger": {
"type": "winsSkirmish",
"filter": "and(twilight,nazgul)"

View File

@@ -13,6 +13,7 @@
- Fixed Cirdan, the Shipwright (10R8) errata limiting his effect to at most -4 (should be unlimited).
- Fixed all Set V1 site cards missing their keywords (most importantly, Moria Crossroads not having underground).
- Fixed You Have My Sword (V1_24) not spotting Aragorn as a requirement.
- Fixed Walks in Twilight not being optional.
<b>2021 December 20 - B</b>
- Fixed a game crash regarding new functionality added for Crebain Flock (V1_25).