From 9c65777246d73658572e255386079ddfda2bfc93 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 3 Oct 2025 11:42:18 +0200 Subject: [PATCH] You can now stuff the nuke disk in plushies (#40674) Because there's no reason you shouldn't be able to. Fixes #40669 --- Resources/Prototypes/Entities/Objects/Fun/toys.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 0c8ef383c5..a62ef84132 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -11,10 +11,8 @@ blacklist: components: - SecretStash # Prevents being able to insert plushies inside each other (infinite plush)! - - NukeDisk # Could confuse the Nukies if they don't know that plushies have a stash. tags: - QuantumSpinInverter # It will cause issues with the grinder... - - FakeNukeDisk # So you can't tell if the nuke disk is real or fake depending on if it can be inserted or not. - type: ToolOpenable openToolQualityNeeded: Slicing closeToolQualityNeeded: Slicing # Should probably be stitching or something if that gets added -- 2.51.2