Skip to content

Commit

Permalink
Added interior locked metal door
Browse files Browse the repository at this point in the history
  • Loading branch information
RarkGrames committed Jan 7, 2020
1 parent 9b533e3 commit 2a69241
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/json/furniture_and_terrain/terrain-doors.json
Original file line number Diff line number Diff line change
Expand Up @@ -2172,6 +2172,20 @@
]
}
},
{
"type": "terrain",
"id": "t_door_metal_pickable_interior",
"name": "closed metal door",
"description": "An extremely resilient door made of assorted steel, carved and pounded into shape. This one has an extra keyhole, so it's likely locked. You could probably pick the lock.",
"//": "Actually pickable, but locked. Will stay locked if placed between two rooms",
"symbol": "+",
"looks_like": "t_door_metal_pickable",
"color": "cyan",
"flags": [ "NOITEM", "REDUCE_SCENT", "CONNECT_TO_WALL", "LOCKED", "MINEABLE", "BLOCK_WIND" ],
"open": "t_door_metal_o",
"examine_action": "locked_object_pickable",
"copy-from": "t_door_metal_pickable"
},
{
"type": "terrain",
"id": "t_door_bar_c",
Expand Down

0 comments on commit 2a69241

Please sign in to comment.