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

Ability to have password protected sci-fi doors. #46

Open
OAKO-UCONN opened this issue Oct 24, 2020 · 1 comment
Open

Ability to have password protected sci-fi doors. #46

OAKO-UCONN opened this issue Oct 24, 2020 · 1 comment

Comments

@OAKO-UCONN
Copy link

Ability to have password protected sci-fi doors. Door only opens with a keypad. Making it work with the palm scanner as well would be nice as a two factor authentication.

@BuckarooBanzay
Copy link
Collaborator

This is already possible if the setting scifi_nodes.doors_open_with_mesecon_only is set to true.
Then you would have to add a switch, keypad or some other kind of mesecons signal to open the door.

if not scifi_nodes.doors_open_with_mesecon_only then doors_rightclick = open_door end

Fine-grained, selective "mesecons-only" doors or a tool to switch them to that would be nice 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants