diff --git a/data/mods/Xedra_Evolved/furniture_and_terrain/terrain-eruption.json b/data/mods/Xedra_Evolved/furniture_and_terrain/terrain-eruption.json index a8c2fbf6efaa6..c0791f11a39d9 100644 --- a/data/mods/Xedra_Evolved/furniture_and_terrain/terrain-eruption.json +++ b/data/mods/Xedra_Evolved/furniture_and_terrain/terrain-eruption.json @@ -17,11 +17,11 @@ "type": "terrain", "id": "t_obsidian_wall", "name": "obsidian rock", - "looks_like": "t_rock", + "looks_like": "t_vitrified_wall", "description": "A rough wall of igneous stone. It does not look like polished obsidian but you can see some resemblance.", "symbol": "#", "//": "use pillars, 't_column_obsidian', as a compliment.", - "color": "white", + "color": "light_gray", "move_cost": 0, "coverage": 100, "roof": "t_obsidian_roof", @@ -44,6 +44,7 @@ "description": "A relatively flat area of igneous rock. Looks stable enough to be mined with the proper mining gear.", "symbol": ".", "color": "light_gray", + "looks_like": "t_vitrified_tile", "connect_groups": [ "OBSIDIANFLOOR", "INDOORFLOOR" ], "connects_to": "OBSIDIANFLOOR", "move_cost": 2, @@ -54,8 +55,8 @@ { "type": "terrain", "id": "t_column_obsidian", - "name": "column", - "looks_like": "t_rock_wall", + "name": "obsidian column", + "looks_like": "t_vitrified_column", "description": "A natural column of igneous rock.", "symbol": "1", "color": "light_gray", @@ -78,7 +79,7 @@ "id": "t_obsidian_roof", "name": "obsidian roof", "description": "A section of flat igneous rock.", - "looks_like": "t_rock_floor", + "looks_like": "t_vitrified_tile", "symbol": ".", "color": "brown", "move_cost": 2,