Skip to content

Commit

Permalink
tweak: HLD mapgen
Browse files Browse the repository at this point in the history
  • Loading branch information
kiedtl committed May 21, 2024
1 parent 3fd1b5b commit 1bafae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mapgen.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4697,7 +4697,7 @@ const HLD_BASE_LEVELCONFIG = LevelConfig{
.{ .start = Coord.new(14, HEIGHT - 20), .width = 2, .height = 0, .direction = .North },
},
},
.prefab_chance = 50,
.prefab_chance = 70,
.mapgen_func = tunneler.placeTunneledRooms,
.lair_max = 0,

Expand All @@ -4713,7 +4713,7 @@ const HLD_BASE_LEVELCONFIG = LevelConfig{
.light = &surfaces.Lamp,
.bars = "titanium_bars",
.door = &surfaces.LabDoor,
.subroom_chance = 90,
.subroom_chance = 99,
.allow_statues = false,

.machines = &[_]*const Machine{},
Expand Down

0 comments on commit 1bafae3

Please sign in to comment.