Skip to content

Commit

Permalink
Require open space around barrels.
Browse files Browse the repository at this point in the history
It was possible for them to completely block a passage.
  • Loading branch information
munificent committed Dec 9, 2018
1 parent bf38eb5 commit 753d1cb
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions lib/src/content/decor/room.dart
Original file line number Diff line number Diff line change
Expand Up @@ -482,22 +482,25 @@ void roomDecor() {
cells: {"%": applyOpen(Tiles.closedBarrel)});

furnishing(symmetry: Symmetry.rotate90, template: """
##
#%""");
##?
#%.
?.""");

furnishing(symmetry: Symmetry.rotate90, template: """
?.?
.%.
?.?""");

furnishing(symmetry: Symmetry.rotate90, template: """
###
#%%""");
###?
#%%.
?..?""");

furnishing(symmetry: Symmetry.rotate90, template: """
###
#%%
#%.""");
###?
#%%.
#%.?
?.??""");

furnishing(symmetry: Symmetry.rotate90, template: """
?##?
Expand Down

0 comments on commit 753d1cb

Please sign in to comment.