From c7b989598f59bb32130ef98746793927f5a3f1aa Mon Sep 17 00:00:00 2001 From: Killerqu00 <47712032+Killerqu00@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:06:00 +0200 Subject: [PATCH] some securiby contra fixes (#31956) * some contra fixes * whistles change --- Resources/Prototypes/Entities/Objects/Fun/whistles.yml | 2 +- Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml | 2 +- Resources/Prototypes/Entities/Objects/Tools/flashlights.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/whistles.yml b/Resources/Prototypes/Entities/Objects/Fun/whistles.yml index 667d5da11c..1ab6567e65 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/whistles.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/whistles.yml @@ -42,7 +42,7 @@ distance: 5 - type: entity - parent: BaseWhistle + parent: [BaseWhistle, BaseMinorContraband] id: SyndicateWhistle name: trench whistle description: A whistle used by Syndicate commanders to draw attention. Avanti! diff --git a/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml b/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml index 21905fa45a..ee796f1d76 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/handcuffs.yml @@ -2,7 +2,7 @@ name: handcuffs description: Used to detain criminals and other assholes. id: Handcuffs - parent: [BaseItem, BaseRestrictedContraband] + parent: [BaseItem, BaseSecurityCommandContraband] components: - type: Item size: Small diff --git a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml index d22e919092..6d36e24bc1 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml @@ -76,7 +76,7 @@ - type: entity name: seclite - parent: FlashlightLantern + parent: [FlashlightLantern, BaseRestrictedContraband] id: FlashlightSeclite description: A robust flashlight used by security. components: -- 2.51.2