Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Apr 2, 2020
1 parent a84ceea commit 621a68e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -365,7 +365,7 @@
" |..........|..l| ",
" |||||:||+|:||||| "
],
"terrain": { "x": "t_console_broken" },
"terrain": { "x": "t_console_broken", "+": [ "t_door_c", "t_door_b" ] },
"furniture": { "b": "f_bench", "c": "f_cupboard", "l": "f_locker", "S": "f_sink", "%": "f_trashcan" },
"computers": {
"6": {
@@ -502,7 +502,7 @@
" ||||||||||......c| ",
" ||:|+|:|| "
],
"terrain": { "x": "t_console_broken" },
"terrain": { "x": "t_console_broken", "+": [ "t_door_c", "t_door_b" ] },
"furniture": { "b": "f_bench", "c": "f_cupboard", "l": "f_locker", "S": "f_sink", "%": "f_trashcan" },
"computers": {
"6": {

0 comments on commit 621a68e

Please sign in to comment.