Skip to content

Commit b2e7940

Browse files
authored
Merge pull request CleverRaven#76967 from harakka/lab_entrance_visible
Lab entrance misdirection no longer needed thanks to vision levels
2 parents 4342c89 + b582693 commit b2e7940

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

data/json/overmap/overmap_terrain/overmap_terrain_lab.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,9 @@
203203
"type": "overmap_terrain",
204204
"id": "central_lab_entrance",
205205
"vision_levels": "forested",
206-
"name": "forest",
207-
"looks_like": "forest",
208-
"land_use_code": "forest",
209-
"sym": "F",
210-
"color": "green",
206+
"name": "Lab access shaft",
207+
"sym": "L",
208+
"color": "blue",
211209
"see_cost": "full_high",
212210
"flags": [ "NO_ROTATE", "RISK_EXTREME" ]
213211
},

data/json/overmap/overmap_terrain/overmap_terrain_special.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
{
5151
"type": "overmap_terrain",
52-
"id": [ "special_forest", "special_forest_isherwood", "lab_subway_vent_shaft_surface" ],
52+
"id": [ "special_forest", "special_forest_isherwood" ],
5353
"copy-from": "generic_forest",
5454
"name": "forest",
5555
"sym": "F",
@@ -59,6 +59,17 @@
5959
"spawns": { "group": "GROUP_FOREST", "population": [ 0, 3 ], "chance": 13 },
6060
"flags": [ "NO_ROTATE", "SOURCE_FORAGE" ]
6161
},
62+
{
63+
"type": "overmap_terrain",
64+
"id": "lab_subway_vent_shaft_surface",
65+
"name": "Lab access shaft",
66+
"sym": "L",
67+
"color": "blue",
68+
"vision_levels": "forested",
69+
"see_cost": "spaced_high",
70+
"spawns": { "group": "GROUP_FOREST", "population": [ 0, 3 ], "chance": 13 },
71+
"flags": [ "NO_ROTATE", "SOURCE_FORAGE" ]
72+
},
6273
{
6374
"type": "overmap_terrain",
6475
"id": [ "special_forest_thick", "special_forest_thick_isherwood" ],

0 commit comments

Comments
 (0)