Skip to content

Commit

Permalink
tad less dark in hold
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmartin0 committed Sep 17, 2024
1 parent dc0d15a commit 585ee0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions maps/pirates/roles/roles.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- This file is part of thesixthroc's Pirate Ship softmod, licensed under GPLv3 and stored at https://github.com/ComfyFactory/ComfyFactorio and https://github.com/danielmartin0/ComfyFactorio-Pirates.

local Session = require 'utils.datastore.session_data'
local Antigrief = require 'utils.antigrief'
-- local Session = require 'utils.datastore.session_data'
-- local Antigrief = require 'utils.antigrief'
-- local Balance = require 'maps.pirates.balance'
local _inspect = require 'utils.inspect'.inspect
local Memory = require 'maps.pirates.memory'
Expand Down
2 changes: 1 addition & 1 deletion maps/pirates/surfaces/hold.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function Public.create_hold_surface(nth)

local surface = game.create_surface(holdname, map_gen_settings)
surface.freeze_daytime = true
surface.daytime = 0.3
surface.daytime = 0.25
surface.show_clouds = false
surface.solar_power_multiplier = 0

Expand Down

0 comments on commit 585ee0d

Please sign in to comment.