Skip to content

Commit

Permalink
Merge pull request CleverRaven#78578 from Maarifrah/jewelry-store-fix
Browse files Browse the repository at this point in the history
Jewelry store fix and terrain pruning
  • Loading branch information
Night-Pryanik authored Dec 15, 2024
2 parents 2e504ae + 5b09d0b commit e166bbc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions data/json/mapgen/jewel_store.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"..-.##hhhhh++hhhhh##....",
"..-.# #....",
"..-.#hh ;;;;;;;; hh#....",
"..-.#%v ;;hhhh;; v%#....",
"..-.#%v ;;v//v;; v%#....",
"..-.#%v ;;v//v;; v%#....",
"==^=#%v ;;hhhh;; v%#....",
"..-.#%h ;;hhhh;; h%#....",
"..-.#%h ;;h;;h;; h%#....",
"..-.#%h ;;h;;h;; h%#....",
"==^=#%h ;;hhhh;; h%#....",
"=---#hh ;;;;;;;; hh#....",
"=---# ;;CttC;; r#....",
"=--4# ;;;;;;;; r#####",
Expand All @@ -39,7 +39,6 @@
"x": "t_floor",
"r": "t_floor",
"%": "t_floor",
"/": { "param": "carpet_color_type", "fallback": "t_carpet_yellow" },
";": { "param": "carpet_color_type", "fallback": "t_carpet_yellow" },
"C": { "param": "carpet_color_type", "fallback": "t_carpet_yellow" },
"t": { "param": "carpet_color_type", "fallback": "t_carpet_yellow" },
Expand All @@ -55,11 +54,9 @@
"_": "t_pavement",
"~": "t_thconc_floor",
"h": "t_wall_glass_alarm",
"v": "t_wall_glass_alarm",
"4": "t_gutter_downspout"
},
"furniture": {
"#": "f_counter",
"%": "f_counter",
"@": "f_counter",
"G": "f_desk",
Expand Down

0 comments on commit e166bbc

Please sign in to comment.