Skip to content

Commit

Permalink
ran json formatter & add co-author
Browse files Browse the repository at this point in the history
Co-authored-by: ZombieZilla <[email protected]>
  • Loading branch information
shmakota and ZombieZilla committed Dec 26, 2024
1 parent 3d167b3 commit 1fc68be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/json/mapgen/cs_internet_cafe.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@
"V": { "item": "ic_merch_vending", "chance": 100 },
"L": { "item": "cleaning", "chance": 100 }
},
"add": [ { "item": "mop", "x": [ 11, 12 ], "y": [ 17, 20 ], "chance": 1 }, { "item": "mop_folded", "x": [ 11, 12 ], "y": [ 17, 20 ], "chance": 1 } ],
"add": [
{ "item": "mop", "x": [ 11, 12 ], "y": [ 17, 20 ], "chance": 1 },
{ "item": "mop_folded", "x": [ 11, 12 ], "y": [ 17, 20 ], "chance": 1 }
],
"place_items": [
{ "item": "ic_merch_vending", "x": 3, "y": 7, "chance": 90 },
{ "item": "ic_merch_vending", "x": 3, "y": 7, "chance": 90 },
Expand Down

0 comments on commit 1fc68be

Please sign in to comment.