Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eltank committed Jun 9, 2021
1 parent 8b41cf0 commit a0bf70d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/mapgen/basement/basement_game.json
Expand Up @@ -3,7 +3,7 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "basement" ],
"//": "used by house_31 and house_32 and house_32",
"//": "used by house_31 and house_32",
"weight": 250,
"object": {
"rotation": [ 0, 3 ],
Expand Down
2 changes: 2 additions & 0 deletions data/json/overmap/multitile_city_buildings.json
Expand Up @@ -655,6 +655,7 @@
"type": "city_building",
"id": "house_31",
"locations": [ "land" ],
"//": "The generic basement of this house is a target for the hidden lab map special"
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "house_31_north" },
{ "point": [ 0, 0, 1 ], "overmap": "house_31_roof_north" },
Expand All @@ -665,6 +666,7 @@
"type": "city_building",
"id": "house_32",
"locations": [ "land" ],
"//": "The generic basement of this house is a target for the hidden lab map special"
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "house_32_north" },
{ "point": [ 0, 0, 1 ], "overmap": "house_32_roof_north" },
Expand Down

0 comments on commit a0bf70d

Please sign in to comment.