Skip to content

Commit

Permalink
Merge pull request #78390 from Procyonae/FixRecyclingCenter
Browse files Browse the repository at this point in the history
Fix recyclecenter
  • Loading branch information
Night-Pryanik authored Dec 9, 2024
2 parents 67ad09b + 86b58ba commit 86713f6
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions data/json/mapgen/recycle_center.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
[
{
"type": "mapgen",
"method": "json",
"om_terrain": "recyclecenter",
"object": {
"fill_ter": "t_thconc_floor",
"furniture": {
"#": "f_table",
"&": "f_trashcan",
"P": "f_sign",
"c": "f_chair",
"d": "f_desk",
"t": "f_table",
"{": "f_recycle_bin",
"S": "f_sink"
},
"furniture": { "&": "f_trashcan", "P": "f_sign", "c": "f_chair", "d": "f_desk", "t": "f_table", "{": "f_recycle_bin", "S": "f_sink" },
"toilets": { "T": { } },
"place_items": [
{ "chance": 50, "repeat": [ 120, 220 ], "item": "recycle_iron", "x": [ 10, 14 ], "y": [ 15, 16 ] },
Expand All @@ -34,12 +27,12 @@
" s ",
" s ",
" #w#+###+###w##w##### ",
" #&fff||__||_RR_____# ",
" #&fff|______RR_____# ",
" #fcffD__________P__# ",
"###ddft||_________{{_# ",
"#T|||||||_________{{_# ",
"###ddft|__________{{_# ",
"#T||||||__________{{_# ",
"#_D_______{{{{{P__{{_# ",
"#S#__P__P_{{{{{______# ",
"#S|__P__P_{{{{{______# ",
"###_{{_{{_________P__# ",
" 4#_{{_{{_{{{{{P__{{_# ",
" #_{{_{{_{{{{{___{{_# ",
Expand Down Expand Up @@ -81,10 +74,7 @@
{ "signage": "BATTERIES", "x": 18, "y": 16 },
{ "signage": "STEEL", "x": 15, "y": 18 }
]
},
"om_terrain": "recyclecenter",
"type": "mapgen",
"weight": 100
}
},
{
"type": "mapgen",
Expand Down

0 comments on commit 86713f6

Please sign in to comment.