fix default setting value for mesecons-only door operation

This commit is contained in:
BuckarooBanzay 2021-09-28 13:08:47 +02:00 committed by Buckaroo Banzai
parent 5788062fac
commit 4fc833bb00
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Doors can only be opened by mesecon signal
scifi_nodes.doors_open_with_mesecon_only (disables right click on doors) bool true
# Doors can only be opened by mesecon signal
scifi_nodes.doors_open_with_mesecon_only (disables right click on doors) bool false
# Teleporter recipe flag
scifi_nodes.teleporter_enable_crafting (enables the teleporter recipe) bool false