Skip to content

Commit

Permalink
Change map display name
Browse files Browse the repository at this point in the history
  • Loading branch information
RedRafe committed Nov 29, 2024
1 parent 5a49313 commit bcbb6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map_gen/maps/danger_ores/modules/map_poll.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ local maps = {
{ name = 'danger-ore-split', display_name = 'Split (4x sectors)', mod_pack = mod_packs.normal },
{ name = 'danger-ore-square', display_name = 'Square (corner start)', mod_pack = mod_packs.normal },
{ name = 'danger-ore-terraforming', display_name = 'Terraforming (default)', mod_pack = mod_packs.normal },
{ name = 'danger-ore-x-cross', display_name = 'C Cross (45 degree)', mod_pack = mod_packs.normal },
{ name = 'danger-ore-x-cross', display_name = 'X Cross (45 degrees)', mod_pack = mod_packs.normal },
--{ name = 'danger-ore-xmas-tree', display_name = 'Christmas Tree (triangle)', mod_pack = mod_packs.normal },
}

Expand Down

0 comments on commit bcbb6d3

Please sign in to comment.