Space Exploration No More Rocket Man

by aotho

Make spaceships available earlier and cheaper for players using the Space Exploration mod

Tweaks
10 months ago
1.1
878
Transportation Logistics

b Research toggle options have no effect

5 months ago
(updated 5 months ago)

Research toggle options such as "Earlier Logistics System" have no effect and are always applied regardless of the mod setting
It looks like most of the settings checks in data-final-fixes check the value returned from settings.startup directly instead of checking the value property
e.g.
if settings.startup["senomorerocketman-earlier-logistics-system"] then
should be
if settings.startup["senomorerocketman-earlier-logistics-system"].value then

New response