Skip to content

Commit

Permalink
Merge pull request #76967 from harakka/lab_entrance_visible
Browse files Browse the repository at this point in the history
Lab entrance misdirection no longer needed thanks to vision levels
  • Loading branch information
Maleclypse authored Oct 12, 2024
2 parents 4342c89 + b582693 commit b2e7940
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
8 changes: 3 additions & 5 deletions data/json/overmap/overmap_terrain/overmap_terrain_lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,9 @@
"type": "overmap_terrain",
"id": "central_lab_entrance",
"vision_levels": "forested",
"name": "forest",
"looks_like": "forest",
"land_use_code": "forest",
"sym": "F",
"color": "green",
"name": "Lab access shaft",
"sym": "L",
"color": "blue",
"see_cost": "full_high",
"flags": [ "NO_ROTATE", "RISK_EXTREME" ]
},
Expand Down
13 changes: 12 additions & 1 deletion data/json/overmap/overmap_terrain/overmap_terrain_special.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
{
"type": "overmap_terrain",
"id": [ "special_forest", "special_forest_isherwood", "lab_subway_vent_shaft_surface" ],
"id": [ "special_forest", "special_forest_isherwood" ],
"copy-from": "generic_forest",
"name": "forest",
"sym": "F",
Expand All @@ -59,6 +59,17 @@
"spawns": { "group": "GROUP_FOREST", "population": [ 0, 3 ], "chance": 13 },
"flags": [ "NO_ROTATE", "SOURCE_FORAGE" ]
},
{
"type": "overmap_terrain",
"id": "lab_subway_vent_shaft_surface",
"name": "Lab access shaft",
"sym": "L",
"color": "blue",
"vision_levels": "forested",
"see_cost": "spaced_high",
"spawns": { "group": "GROUP_FOREST", "population": [ 0, 3 ], "chance": 13 },
"flags": [ "NO_ROTATE", "SOURCE_FORAGE" ]
},
{
"type": "overmap_terrain",
"id": [ "special_forest_thick", "special_forest_thick_isherwood" ],
Expand Down

0 comments on commit b2e7940

Please sign in to comment.