Skip to content

Commit

Permalink
Remove alt_map_key override that wasn't even doing anything even igno…
Browse files Browse the repository at this point in the history
…ring that the map is irrelevant in the current tutorial
  • Loading branch information
Procyonae committed Nov 3, 2024
1 parent 02dcad4 commit 934dcb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
8 changes: 0 additions & 8 deletions data/mods/alt_map_key/overmap_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -2166,14 +2166,6 @@
"sym": "O",
"color": "red"
},
{
"type": "overmap_terrain",
"id": "tutorial",
"copy-from": "tutorial",
"name": "tutorial room",
"sym": "O",
"color": "cyan"
},
{
"type": "overmap_terrain",
"id": "mall_a_1",
Expand Down
16 changes: 2 additions & 14 deletions data/mods/dda_tutorial/overmap_terrain.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"type": "overmap_terrain",
"id": "tutorial",
"id": [ "tutorial", "tutorial_underground" ]
"name": "tutorial room",
"sym": "O",
"color": "cyan",
Expand All @@ -11,19 +11,7 @@
{
"type": "overmap_terrain",
"id": "tutorial_roof",
"name": "tutorial room",
"sym": "O",
"color": "cyan",
"copy-from": "tutorial",
"see_cost": "none",
"flags": [ "NO_ROTATE", "SHOULD_NOT_SPAWN" ]
},
{
"type": "overmap_terrain",
"id": "tutorial_underground",
"name": "tutorial room",
"sym": "O",
"color": "cyan",
"see_cost": "full_high",
"flags": [ "NO_ROTATE", "SHOULD_NOT_SPAWN" ]
}
]

0 comments on commit 934dcb3

Please sign in to comment.