From e74e0b5c03009bacdc6581573e740081cf022d5b Mon Sep 17 00:00:00 2001 From: Connor Huffine Date: Wed, 29 Oct 2025 22:19:12 -0400 Subject: [PATCH] Readd CutWireVariationPass with Cvar (#41191) * Readd CutWireVariationPass * Add Cvar to disable cutwirevariationpass * Revert "Add Cvar to disable cutwirevariationpass" This reverts commit c8dab794a523a27385f6144ab09e99d19fc02c24. --- Resources/Prototypes/GameRules/roundstart.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/GameRules/roundstart.yml b/Resources/Prototypes/GameRules/roundstart.yml index df4d59fd5a..715a1f98c9 100644 --- a/Resources/Prototypes/GameRules/roundstart.yml +++ b/Resources/Prototypes/GameRules/roundstart.yml @@ -504,6 +504,7 @@ - id: BasicTrashVariationPass - id: SolidWallRustingVariationPass - id: ReinforcedWallRustingVariationPass + - id: CutWireVariationPass - id: BasicPuddleMessVariationPass prob: 0.99 orGroup: puddleMess -- 2.51.2