From 571bdaf927040ca08f31dd7ca631db8038b6d356 Mon Sep 17 00:00:00 2001 From: cheapie Date: Wed, 28 Aug 2024 19:05:35 -0500 Subject: Add generic keyswitch Can trigger any input the mesecons input modules can, useful for requiring a "key" (area access) to call an elevator or to lock/unlock a floor --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 7cc2a30..f771586 100644 --- a/init.lua +++ b/init.lua @@ -10,6 +10,7 @@ local components = { "fs1switch", "dispatcher", "dbdkiosk", + "genericswitch", "decorations", "crafts", } -- cgit v1.2.3