PCGen / pcgen

Main code and data development for pcgen program release
http://pcgen.org
GNU Lesser General Public License v2.1
431 stars 341 forks source link

Starfinder: Shirren host gender missing #3450

Closed tsacks closed 6 years ago

tsacks commented 6 years ago

Shirren have three sexes in game: Male, Female, and Host. Host is not an available option.

At the moment, can use Neuter/Unknown as a placeholder.

I was looking into how to submit the fix, but I've always been a bit bad with the LST format.

LegacyKing commented 6 years ago

LST isn't responsible for gender/sex, that's hardcoded java.

LegacyKing commented 6 years ago

@grimreaper are you able to tackle this?

LegacyKing commented 6 years ago

https://github.com/PCGen/pcgen/pull/3466