Skip to content

Commit

Permalink
fix: internet cafe outdoor and roof (#4023)
Browse files Browse the repository at this point in the history
Fix internet cafe
  • Loading branch information
0Monet authored Dec 30, 2023
1 parent 279dee5 commit 69a3280
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/json/mapgen/cs_internet_cafe.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"...4...................."
],
"terrain": {
".": [ [ "t_grass", 5 ], "t_dirt" ],
".": "t_region_groundcover_urban",
",": "t_floor",
"|": "t_wall_w",
"'": "t_dirt",
"'": "t_region_groundcover_urban",
"s": "t_sidewalk",
"P": "t_console_broken",
"D": "t_door_c",
Expand Down Expand Up @@ -146,7 +146,8 @@
"D": "t_door_locked",
"g": "t_wall_glass_alarm",
"&": "t_flat_roof",
"=": "t_flat_roof"
"=": "t_flat_roof",
"A": "t_flat_roof"
},
"place_loot": [ { "item": "television", "x": 14, "y": 9, "chance": 100 }, { "item": "stepladder", "x": 5, "y": 10, "chance": 100 } ],
"items": {
Expand Down

0 comments on commit 69a3280

Please sign in to comment.