blob: 6dacdbf47e2af7f26b6df7796dc29ecd16d3f918 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/data/json/overmap/overmap_terrain/overmap_terrain_lab.json
+++ b/data/json/overmap/overmap_terrain/overmap_terrain_lab.json
@@ -168,9 +168,9 @@
{
"type": "overmap_terrain",
"id": "central_lab_entrance",
- "name": "access shaft",
- "sym": "0",
- "color": "light_gray",
+ "name": "forest",
+ "sym": "F",
+ "color": "green",
"see_cost": 3,
"flags": [ "NO_ROTATE", "RISK_HIGH" ]
},
|