Fixed Fires and Fell Fumes wounding 4 companions instead of 1 companion 4 times. Fixed V2 Machinery of War auto-discarding on use.
This commit is contained in:
@@ -356,7 +356,7 @@
|
||||
{
|
||||
type: wound
|
||||
select: choose(companion,not(ringBearer))
|
||||
count: 4
|
||||
times: 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -115,7 +115,6 @@
|
||||
}
|
||||
{
|
||||
type: trigger
|
||||
optional: true
|
||||
trigger: [
|
||||
{
|
||||
type: Killed
|
||||
@@ -144,8 +143,8 @@
|
||||
cost: {
|
||||
type: If
|
||||
check: {
|
||||
type: CanSpotCultureTokens
|
||||
filter: self
|
||||
type: CanSpot
|
||||
filter: self,HasAnyCultureTokens(1)
|
||||
}
|
||||
true: {
|
||||
type: RemoveCultureTokens
|
||||
|
||||
Reference in New Issue
Block a user