Skip to content

Commit

Permalink
fix: movie_theater mapgen (#3743)
Browse files Browse the repository at this point in the history
* Fix movie_theater

* remove "&" ATM
  • Loading branch information
0Monet authored Nov 23, 2023
1 parent e8eb765 commit 193c172
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions data/json/mapgen/movie_theater.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"!&|&|&|&|&|&|&|&|&|&|..|___*$$$$$$$$$$$$$$$$*___........-.-..Tc..T|X...!",
"!||||||||||||||||||||...___*$**************$*___@%@.....-.-..T...g|....!",
"!&|&|&|&|&|&|&|&|&|&|...___*$$$$********$$$$*___@%@.....-.-..T...g|...X!",
"!+|+|+|+|+|+|+|.....||||___****$********$****___@%@.....-.-..T...r|t..X!",
"!...................||||______*$*|Z%Z%|*$*______@%@.......-..T...r|t..X!",
"!+|+|+|+|+|+|+|+|+|+||||___****$********$****___@%@.....-.-..T...r|t..X!",
"!......................|______*$*|Z%Z%|*$*______@%@.......-..T...r|t..X!",
"!.......................______*$*d*e*e|*$*______..........-..|...o|....!",
"!TsTsTsTsTsTsTsTTG......____!_*$*||||||*$*_!____........RR-..|.........!",
"!|||||||||||||||||||||||______*$********$*______@%@..........|.........!",
Expand Down Expand Up @@ -84,7 +84,7 @@
"!.......................+**********************+.......................!",
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
],
"palettes": [ "movie_theater_palette.json" ],
"palettes": [ "movie_theater_palette" ],
"terrain": { "#": "t_thconc_floor", "H": "t_thconc_floor", "y": "t_thconc_floor" },
"toilets": { "&": { } },
"vendingmachines": { "v": { "item_group": "vending_drink" }, "F": { "item_group": "vending_food" } },
Expand Down
3 changes: 1 addition & 2 deletions data/json/mapgen_palettes/movie_theater_palette.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"type": "palette",
"id": "movie_theater_palette.json",
"id": "movie_theater_palette",
"furniture": {
"T": "f_counter",
"f": "f_counter",
Expand Down Expand Up @@ -45,7 +45,6 @@
"%": "t_wall_glass",
"+": "t_door_metal_c",
"^": "t_door_glass_c",
"&": "t_atm",
"D": "t_door_c",
"d": "t_door_c",
"a": "t_atm",
Expand Down

0 comments on commit 193c172

Please sign in to comment.