Skip to content

Commit

Permalink
Merge pull request #22 from CalKerethi/curtainfix
Browse files Browse the repository at this point in the history
Fix for leather curtains in the DDA version
  • Loading branch information
chaosvolt authored Jun 19, 2021
2 parents 3d097f8 + c7a2e64 commit 20e8318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MST_Extra/furniture_and_terrain/terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"name": "open leather door curtain",
"description": "Hides from an animal hung up as a door. Could be easily taken down for supplies or placed somewhere else. These curtains are open, bundled and tied next to the doorway.",
"symbol": "'",
"looks_like": "t_door_curtain_leather_c",
"looks_like": "t_door_curtain_o",
"color": "dark_gray",
"move_cost": 2,
"roof": "t_flat_roof",
Expand All @@ -183,7 +183,7 @@
"ter_set": "t_dirt",
"items": [ { "item": "stick", "count": 1 }, { "item": "leather_tarp", "count": 1 }, { "item": "withered", "count": 12 } ]
},
"close": "t_door_curtain_c",
"close": "t_door_curtain_leather_c",
"bash": {
"str_min": 1,
"str_max": 8,
Expand Down

0 comments on commit 20e8318

Please sign in to comment.