1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-06-30 15:10:46 +02:00

add protected switch variant

This commit is contained in:
BuckarooBanzay
2020-05-11 10:25:12 +02:00
parent 0c19943f05
commit 973f14fbd2
2 changed files with 90 additions and 0 deletions

View File

@ -15,6 +15,7 @@ dofile(MP.."/plants.lua")
dofile(MP.."/nodes.lua")
dofile(MP.."/doors.lua")
dofile(MP.."/switch.lua")
dofile(MP.."/protected_switch.lua")
dofile(MP.."/nodeboxes.lua")
dofile(MP.."/palm_scanner.lua")
dofile(MP.."/digicode.lua")