niatahl / tahlan-shipworks

a mod for the game Starsector
Other
12 stars 7 forks source link

Rosenritter Final Ship Location Error #3

Closed JamesTripleQ closed 1 year ago

JamesTripleQ commented 1 year ago

Just a heads up that the name of the constellation where the Traumtänzer is isn't actually displayed.

I believe this is because you used: Global.getSector().getMemoryWithoutUpdate().getString("$traum_location")

Instead of: Global.getSector().getMemoryWithoutUpdate().getString("$tahlan_traum_location"")

A screenshot of what it currently displays: image

And what is currently in my save file: image

niatahl commented 1 year ago

Ah, that snuck in during refactoring, Fixed.