Skip to content

Commit

Permalink
Merge pull request #335 from Escalion/develop
Browse files Browse the repository at this point in the history
Add new door ID
  • Loading branch information
Tynarus authored Jul 11, 2021
2 parents a4e8027 + 3e51fa6 commit 9397ba2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/plugins/objects/doors/door.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ const doors = [
closed: 11993,
open: 11994,
hinge: 'RIGHT'
},
{
closed: 13001,
open: 13002,
hinge: 'RIGHT'
}
];

Expand Down Expand Up @@ -98,7 +103,7 @@ export default {
{
type: 'object_interaction',
objectIds: [ 1530, 4465, 4467, 3014, 3017, 3018,
3019, 1536, 1537, 1533, 1531, 1534, 12348, 11993, 11994 ],
3019, 1536, 1537, 1533, 1531, 1534, 12348, 11993, 11994, 13001, 13002 ],
options: [ 'open', 'close' ],
walkTo: true,
handler: action
Expand Down

0 comments on commit 9397ba2

Please sign in to comment.