Fixed the site control for Shadow being non-optional on Crashed Gate.

This commit is contained in:
Christian 'ketura' McCarty
2024-12-19 09:20:31 -06:00
parent 172ec04aeb
commit 5ba05391cb

View File

@@ -132,8 +132,13 @@
amount: 3
}
{
type: takeControlOfSite
type: Optional
player: shadow
text: Would you like to take control of a site?
effect: {
type: takeControlOfSite
player: shadow
}
}
]
}