Closed Br1ght0ne closed 5 months ago
My bad: I did not see #55 and #57 before opening this PR. I included the patch by @bcmcms in this PR, but if any of the previous PRs get merged, I'll update my PR.
Needs to be fixed:
@Br1ght0ne thank you for the update! How critical are the errors related to u_val('missionswon')
? Is the current build still playable with these?
Thank you @aucun6352!
Re @DenCheesecake: the build was playable, though the "missions won" number in expedition stats was broken. Now, thanks to @aucun6352, everything should work and throw no errors!
Because of https://github.com/CleverRaven/Cataclysm-DDA/pull/71286,
arithmetic
andadjust_var
used by this mod no longer work. I attempted to port these tomath
syntax as best as I could. This is my first encounter with EOCs, so this PR might require revisions.Incorporates
time
fixes from https://github.com/TGWeaver/CDDA-Sky-Islands/pull/57 (thanks @bcmcms!)