_bulleted doesn't display correctly with single-entry Lists
Summary:
I'm using the following code to display a List:
**Card Effects**: [[Effects -> _bulleted]]
This produces excellent results if there are multiple entries in the List. Example:
Card Effects:
- At the end of your turn, you may play a card and you may use a power.
- At the start of your turn, destroy this card.
However, if there is only one entry in the List, that entry seems not to get processed the same. Here's an example, from my Char" card:
Card Effects: * At the start of the Environment Turn, this card deals each non-Inmate Target 2 fire damage and 2 toxic damage.
Justin: Tres bizarre. I'll look into that...
Justin: Okay, fixed. The problem was that the QL processor was basically forgetting that this value was supposed to be a List, and was reverting it to ExactlyOne by the time it got rendered, since there was only one value. I've enhanced the power train so that it can keep track of such things, and this case now does so correctly. If anyone finds other manifestations of this sort of problem, please open new Issues for them.