Skip to content

Commit

Permalink
Merge pull request #78169 from Milopetilo/mil-surplus
Browse files Browse the repository at this point in the history
Fix counters in military surplus walls
  • Loading branch information
Anton Burmistrov authored Nov 26, 2024
2 parents c01fe14 + 2c4fce1 commit f5814da
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions data/json/mapgen/mil_surplus.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"...........~~...........",
"..#''''''##!!##''''''##.",
"..# QrQ@ #.",
"..# # b b #.",
"..#S# T #.",
"..# # @ #.",
"..# # #.",
"..# G b b #.",
"..#SG T #.",
"..# G @ #.",
"..# G #.",
"..# #.",
"..# A A A B B B C C C #.",
"..# A A A B B B C C C #.",
Expand Down Expand Up @@ -51,10 +51,10 @@
"...........~~...........",
"..#''''''##!!##''''''##.",
"..# QrQ@ #.",
"..# # 1 b b #.",
"..#S# T #.",
"..#1# @ #.",
"..# # 1 #.",
"..# G 1 b b #.",
"..#SG T #.",
"..#1G @ #.",
"..# G 1 #.",
"..# #.",
"..# А А А Б Б Б В В В #.",
"..# А А А Б Б Б В В В #.",
Expand Down Expand Up @@ -90,10 +90,10 @@
"...........~~...........",
"..#''''''##!!##''''''##.",
"..# QrQ@ #.",
"..# # b b #.",
"..#S# T #.",
"..# # @ #.",
"..# # #.",
"..# G b b #.",
"..#SG T #.",
"..# G @ #.",
"..# G #.",
"..# #.",
"..# А А А Б Б Б В В В #.",
"..# А А А Б Б Б В В В #.",
Expand Down Expand Up @@ -188,9 +188,9 @@
".........[.~~...........",
"...........~~...........",
".##''''''##!!##''''''##.",
".#||| @ @ #.",
".# S| #.",
".# | A BB C #.",
".#GGG @ @ #.",
".# SG #.",
".# G A BB C #.",
".#L #.",
".#||| A A A |||#.",
".#&_| A A A / ^#.",
Expand Down Expand Up @@ -226,9 +226,9 @@
".........[.~~...........",
"...........~~...........",
".##''''''##!!##''''''##.",
".#||| 1 @ @ #.",
".# S| #.",
".# 1| А ББ В #.",
".#GGG 1 @ @ #.",
".# SG #.",
".# 1G А ББ В #.",
".#L 1 #.",
".#||| А А А |||#.",
".#&_| А А А / ^#.",
Expand Down Expand Up @@ -264,9 +264,9 @@
".........[.~~...........",
"...........~~...........",
".##''''''##!!##''''''##.",
".#||| @ @ #.",
".# S| #.",
".# | А ББ В #.",
".#GGG @ @ #.",
".# SG #.",
".# G А ББ В #.",
".#L #.",
".#||| А А А |||#.",
".#&_| А А А / ^#.",
Expand Down Expand Up @@ -364,7 +364,7 @@
"..#@ b ###########.",
"..# y| DDDAB#.",
"..#@ + h C#.",
"..#|||| ||||||||||#.",
"..#|||| ||GGGGGG||#.",
"..# F#.",
"..# T tt F#.",
"..# tt F#.",
Expand Down Expand Up @@ -402,7 +402,7 @@
"..#@ b ###########.",
"..# y| DDDAB#.",
"..#@ + h C#.",
"..#|||| ||||||||||#.",
"..#|||| ||GGGGGG||#.",
"..# F#.",
"..# T tt F#.",
"..# tt F#.",
Expand Down Expand Up @@ -440,7 +440,7 @@
"..#@ @ b###########.",
"..# y| DDDAB#.",
"..#@ + h C#.",
"..#|||| ||||||||||#.",
"..#|||| ||GGGGGG||#.",
"..# F#.",
"..# T F#.",
"..# F#.",
Expand Down
2 changes: 1 addition & 1 deletion data/json/mapgen_palettes/mil_surplus.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"<": "t_ladder_up"
},
"furniture": {
"#": "f_counter",
"G": "f_counter",
"U": [ "f_dumpster", "f_recycle_bin" ],
"h": "f_chair",
"%": "f_sink",
Expand Down

0 comments on commit f5814da

Please sign in to comment.