Skip to content

Commit

Permalink
fix: Fixed softlock due to no power in the trench. The trench now has…
Browse files Browse the repository at this point in the history
… 1% solar energy.
  • Loading branch information
notnotmelon committed Dec 4, 2024
1 parent 67bc4eb commit b87c79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/planet/map-gen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ data:extend {maraxsis.merge(data.raw.planet.gleba, {
surface_properties = {
["day-night-cycle"] = 5 * minute,
["magnetic-field"] = 25,
["solar-power"] = 0,
["solar-power"] = 1,
pressure = 400000,
gravity = 20,
},
Expand Down

0 comments on commit b87c79a

Please sign in to comment.