biqqles / flint

A parser and API for Freelancer and its formats
https://github.com/biqqles/flint/wiki
Mozilla Public License 2.0
8 stars 2 forks source link

Base: Parse Rumors #12

Closed san-e closed 1 year ago

biqqles commented 1 year ago

I think my refactor should give equivalent output to yours, please let me know if I missed anything.

san-e commented 1 year ago

Hi, thanks for the refactor! It produces identical output most of the time, but sometimes returns an empty set() object. Should be fixed by just adding a if npc.rumor: statement to the top of the npc loop

biqqles commented 1 year ago

Thanks!