Fixed **Last Throw** requiring that your opponent control a site, rather than requiring that *no* opponent controls a site.

This commit is contained in:
Christian 'ketura' McCarty
2024-12-21 23:59:07 -06:00
parent baad735d4d
commit 69058c5d92

View File

@@ -546,8 +546,11 @@
type: event type: event
requires: [ requires: [
{ {
type: controlsSite type: Not
player: shadow requires: {
type: controlsSite
player: shadow
}
} }
{ {
type: canSpot type: canSpot