Closed san-e closed 2 years ago
Hi, I've just tested this, and the game does indeed accept a [Ship]
section without a mission_property
entry. I have hopefully addressed this in the latest commit.
(also, sorry for the cruise speed commits, I added those by accident to this PR)
Thanks for testing that. The type should be Optional[str]
, but other than that, looks good.
Hi, thanks for the PR. For this to be valid, the game must expect every
[Ship]
section to have amission_property
entry. Otherwise a mod that does not do this will cause an exception here. Have you verified this?