Thanks, found a fix for this.
My recent change was in part structural, so it would be easier for us to tell from looking at the code when a description was missing. As a part of that change, I also made it capable of showing an extremely basic description when a proper description was missing (a must if somebody has a crazy one-off do).
The default pc hairstyle is "null", which was being printed here. The code had an exception for null
values, but for a time back in the flash days they actually used the word "null" instead of null
, so the exception wasn't working.
All that to say, submitting a fix for this now.