SLM errata tweak (probably doesn't fix the reported issue)

This commit is contained in:
Christian 'ketura' McCarty
2025-05-08 21:53:40 -05:00
parent 568998d564
commit 0ca36cf04a

View File

@@ -30,7 +30,7 @@
effect: {
type: transfer
select: choose(or(possession,condition),attachedTo(character))
where: choose(any)
where: choose(character)
checkTarget: true
}
}