Merge pull request #532 from MockingbirdME/patch-16

Fix: Lemenya TotO self wounding
This commit is contained in:
Christian McCarty
2025-03-19 19:38:50 -05:00
committed by GitHub

View File

@@ -835,7 +835,7 @@
} }
effect: { effect: {
type: wound type: wound
select: choose(culture(wraith),minion) select: choose(other,culture(wraith),minion)
count: 0-3 count: 0-3
} }
} }