From 0638147aa90fadf3baba21979a7ce9e6c2287d45 Mon Sep 17 00:00:00 2001 From: Booblesnoot42 <108703193+Booblesnoot42@users.noreply.github.com> Date: Fri, 25 Apr 2025 21:54:23 -0400 Subject: [PATCH] hide light-switches from build menu (#34664) --- Resources/Prototypes/Recipes/Construction/machines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Recipes/Construction/machines.yml b/Resources/Prototypes/Recipes/Construction/machines.yml index 4026d5c98a..40f08e5f39 100644 --- a/Resources/Prototypes/Recipes/Construction/machines.yml +++ b/Resources/Prototypes/Recipes/Construction/machines.yml @@ -60,6 +60,7 @@ canBuildInImpassable: true conditions: - !type:WallmountCondition + hide: true #TODO: Fix the lightswitch, issue #34659. Until then, keep hidden so people don't build it and get confused. - type: construction name: signal switch @@ -114,6 +115,7 @@ canBuildInImpassable: true conditions: - !type:WallmountCondition + hide: true #TODO: Fix the lightswitch, issue #34659. Until then, keep hidden so people don't build it and get confused. - type: construction name: directional signal switch -- 2.51.2