Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: interior pickable metal doors can now pick on examine #4096

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions data/json/furniture_and_terrain/terrain-doors.json
Original file line number Diff line number Diff line change
Expand Up @@ -2247,6 +2247,8 @@
"looks_like": "t_door_metal_pickable",
"//": "Same as t_door_metal_pickable, but without OPENCLOSE_INSIDE. Due the inheritance issues cannot copy from the t_door_metal_pickable, delete doesn't work with flags",
"lockpick_result": "t_door_metal_c",
"lockpick_message": "With a satisfying click, the lock on the door opens.",
"examine_action": "locked_object_pickable",
"oxytorch": {
"result": "t_mdoor_frame",
"duration": "14 seconds",
Expand Down
Loading