You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Lord of Typhon's ability means minions are not distributed. Currently, this is (strictly speaking) handled correctly by not selecting minions, but it means that the night order does not have the in-play minions, and the Storyteller cannot record their plan for the minions that will be put in play.
The best solution is to allow selecting minions in a Lord of Typhon game (and to consider them part of the correct distribution), but then to make them not go in the bag. Some slight changes are needed since the "not in bag" calculation is just based on character and not the whole script right now. This would also avoid an awkward situation where the Storyteller forgets to add an extra Minion in a two-minion game (for example) and the evil team is hurt and confused.
Another partial solution I thought of was to put all minions in the night order with a Lord of Typhon but I think the above solution is better and about the same implementation complexity.
The text was updated successfully, but these errors were encountered:
The Lord of Typhon's ability means minions are not distributed. Currently, this is (strictly speaking) handled correctly by not selecting minions, but it means that the night order does not have the in-play minions, and the Storyteller cannot record their plan for the minions that will be put in play.
The best solution is to allow selecting minions in a Lord of Typhon game (and to consider them part of the correct distribution), but then to make them not go in the bag. Some slight changes are needed since the "not in bag" calculation is just based on character and not the whole script right now. This would also avoid an awkward situation where the Storyteller forgets to add an extra Minion in a two-minion game (for example) and the evil team is hurt and confused.
Another partial solution I thought of was to put all minions in the night order with a Lord of Typhon but I think the above solution is better and about the same implementation complexity.
The text was updated successfully, but these errors were encountered: