Fixing SALT not actually discarding the selected item

This commit is contained in:
Christian 'ketura' McCarty
2023-12-27 22:41:19 -06:00
parent 6756e5a1e7
commit 098dfef71d

View File

@@ -77,8 +77,9 @@
filter: choose(item,side(freeps),not(memory(chosenPoss)))
}
{
type: SendMessage
text: "{freeps} chooses to not prevent {chosenPoss} getting discarded."
type: Discard
player: shadow
filter: memory(chosenPoss)
}
]
}