shenef / SoS-TAS

Sea of Stars TAS
3 stars 0 forks source link

quick fix to shadow character bug #155

Closed Eein closed 11 months ago

Eein commented 11 months ago

offers a potential quick fix to the shadow characters bug.

also ruff/black did some stuff

The basis of this is using the panel_count for how many characters are on the battle ui, since the count in the actual List was not accurate.

closes #148 as a noop

orkaboy commented 11 months ago

Will this be compatible when we get a full party? ie when we can start swapping characters, will those outside the active group also be listed as valid considerations?

Eein commented 11 months ago

We can eventually use the field i used in player party manager to generate the list of characters for considerations. For now this is just to fix that bug hopefully