Skip to content

Commit

Permalink
fix: change the fill_ter of the mapgen office_doctor_2 (#5051)
Browse files Browse the repository at this point in the history
Update office_doctor.json
  • Loading branch information
0Monet authored Jul 23, 2024
1 parent edb0699 commit 698064d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/mapgen/office_doctor.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"om_terrain": [ "office_doctor_2" ],
"weight": 200,
"object": {
"fill_ter": "t_dirt",
"fill_ter": "t_floor",
"rows": [
" ~~ ]",
" ~~ ",
Expand Down Expand Up @@ -295,7 +295,7 @@
" "
],
"palettes": [ "office_doctor" ],
"terrain": { "?": "t_floor", "/": "t_floor", "Y": "t_floor", "A": "t_floor", "R": "t_floor", "'": "t_door_glass_o" },
"terrain": { "'": "t_door_glass_o" },
"furniture": { "?": "f_autodoc", "/": "f_autodoc_couch", "Y": "f_sofa", "T": "f_table", "A": "f_armchair", "R": "f_trashcan" },
"computers": {
"5": {
Expand Down

0 comments on commit 698064d

Please sign in to comment.