Skip to content

Commit

Permalink
fix symbol conflict with palette (CleverRaven#51371)
Browse files Browse the repository at this point in the history
  • Loading branch information
curstwist authored and Venera3 committed Sep 21, 2021
1 parent 77612a9 commit aec8c4f
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,23 +673,23 @@
"mapgensize": [ 14, 14 ],
"rotation": [ 0, 3 ],
"rows": [
"ɜ| | ",
"!| | ",
"|| | ",
"|| | ",
"ɜ| | ",
"!| | ",
"|| | ",
"|| | ",
"ɜ| | ",
"!| | ",
"|| | ",
"|| | ",
"ɜ| | ",
"!| | ",
"|| | ",
"|| | ",
"ɜ| | ",
"!| | ",
"|| | "
],
"palettes": [ "lab_common_palette", "lab_security_palette" ],
"monster": { "ɜ": { "monster": "mon_turret_riot" } },
"monster": { "!": { "monster": "mon_turret_riot" } },
"place_nested": [
{
"chunks": [ [ "null", 30 ], [ "lab_security_sandbag_EW_1", 50 ], [ "lab_security_sandbag_EW_2", 50 ] ],
Expand All @@ -715,23 +715,23 @@
"mapgensize": [ 14, 14 ],
"rotation": [ 0, 3 ],
"rows": [
" |ɜ ",
" |! ",
" || ",
" || ",
" |ɜ ",
" |! ",
" || ",
" || ",
" |ɜ ",
" |! ",
" || ",
" || ",
" |ɜ ",
" |! ",
" || ",
" || ",
" |ɜ ",
" |! ",
" || "
],
"palettes": [ "lab_common_palette", "lab_security_palette" ],
"monster": { "ɜ": { "monster": "mon_turret_riot" } },
"monster": { "!": { "monster": "mon_turret_riot" } },
"place_nested": [
{
"chunks": [ [ "null", 30 ], [ "lab_security_sandbag_EW_1", 50 ], [ "lab_security_sandbag_EW_2", 50 ] ],
Expand Down

0 comments on commit aec8c4f

Please sign in to comment.