From f523df821ada7b6d46f1eb7ff63b3b981f019ce7 Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:35:06 -0700 Subject: [PATCH] Contra Review Passs - Round 2 (#30942) * Contra pass round two * command too * Stamps * oopsied a bracket --- .../Catalog/Fills/Lockers/security.yml | 14 +++++++------- .../Entities/Clothing/Eyes/glasses.yml | 2 +- .../Entities/Clothing/OuterClothing/coats.yml | 2 +- .../Entities/Objects/Devices/door_remote.yml | 18 +++++++++--------- .../Entities/Objects/Devices/pinpointer.yml | 4 ++-- .../Entities/Objects/Misc/medalcase.yml | 2 +- .../Entities/Objects/Misc/rubber_stamp.yml | 18 +++++++++--------- .../Entities/Objects/Tools/jetpacks.yml | 2 +- .../Entities/Objects/Weapons/Bombs/funny.yml | 2 +- .../Entities/Structures/Machines/nuke.yml | 4 ++-- 10 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index b72fce1107..265ab7d86d 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -156,7 +156,7 @@ prob: 0.5 - type: entity - parent: GunSafe + parent: [GunSafe, BaseRestrictedContraband] id: GunSafeDisabler name: disabler safe components: @@ -166,7 +166,7 @@ amount: 5 - type: entity - parent: GunSafe + parent: [GunSafe, BaseRestrictedContraband] id: GunSafePistolMk58 name: mk58 safe components: @@ -178,7 +178,7 @@ amount: 8 - type: entity - parent: GunSafe + parent: [GunSafe, BaseRestrictedContraband] id: GunSafeRifleLecter name: lecter safe components: @@ -190,7 +190,7 @@ amount: 4 - type: entity - parent: GunSafe + parent: [GunSafe, BaseRestrictedContraband] id: GunSafeSubMachineGunDrozd name: drozd safe components: @@ -202,7 +202,7 @@ amount: 4 - type: entity - parent: GunSafe + parent: [GunSafe, BaseRestrictedContraband] id: GunSafeShotgunEnforcer name: enforcer safe components: @@ -214,7 +214,7 @@ amount: 4 - type: entity - parent: GunSafe + parent: [GunSafe, BaseRestrictedContraband] id: GunSafeShotgunKammerer name: kammerer safe components: @@ -228,7 +228,7 @@ - type: entity id: GunSafeSubMachineGunWt550 suffix: Wt550 - parent: GunSafe + parent: [GunSafe, BaseRestrictedContraband] name: wt550 safe components: - type: StorageFill diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 20c1c74532..5520b6751a 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -158,7 +158,7 @@ - WhitelistChameleon - type: entity - parent: [ClothingEyesBase, ShowSecurityIcons] + parent: [ClothingEyesBase, ShowSecurityIcons, BaseSecurityCommandContraband] id: ClothingEyesGlassesSecurity name: security glasses description: Upgraded sunglasses that provide flash immunity and a security HUD. diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index 593ad78f72..532cf93d15 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -314,7 +314,7 @@ sprite: Clothing/OuterClothing/Coats/pirate.rsi - type: entity - parent: [ClothingOuterArmorWarden, ClothingOuterStorageBase] + parent: [ClothingOuterArmorWarden, ClothingOuterStorageBase, BaseRestrictedContraband] id: ClothingOuterCoatWarden name: warden's armored jacket description: A sturdy, utilitarian jacket designed to protect a warden from any brig-bound threats. diff --git a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml index 623efa7276..9c73760b6f 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml @@ -15,7 +15,7 @@ stealGroup: DoorRemote - type: entity - parent: DoorRemoteDefault + parent: [DoorRemoteDefault, BaseCommandContraband] id: DoorRemoteCommand name: command door remote components: @@ -31,7 +31,7 @@ - Command - type: entity - parent: DoorRemoteDefault + parent: [DoorRemoteDefault, BaseCommandContraband] id: DoorRemoteSecurity name: security door remote components: @@ -47,7 +47,7 @@ - Security - type: entity - parent: DoorRemoteDefault + parent: [DoorRemoteDefault, BaseSecurityCommandContraband] id: DoorRemoteArmory name: armory door remote components: @@ -63,7 +63,7 @@ - Armory - type: entity - parent: DoorRemoteDefault + parent: [DoorRemoteDefault, BaseCommandContraband] id: DoorRemoteService name: service door remote components: @@ -79,7 +79,7 @@ - Service - type: entity - parent: DoorRemoteDefault + parent: [DoorRemoteDefault, BaseCommandContraband] id: DoorRemoteResearch name: research door remote components: @@ -95,7 +95,7 @@ - Research - type: entity - parent: DoorRemoteDefault + parent: [DoorRemoteDefault, BaseCommandContraband] id: DoorRemoteCargo name: cargo door remote components: @@ -111,7 +111,7 @@ - Cargo - type: entity - parent: DoorRemoteDefault + parent: [DoorRemoteDefault, BaseCommandContraband] id: DoorRemoteMedical name: medical door remote components: @@ -127,7 +127,7 @@ - Medical - type: entity - parent: DoorRemoteDefault + parent: [DoorRemoteDefault, BaseCommandContraband] id: DoorRemoteEngineering name: engineering door remote components: @@ -143,7 +143,7 @@ - Engineering - type: entity - parent: DoorRemoteDefault + parent: [DoorRemoteDefault, BaseCommandContraband] id: DoorRemoteAll name: super door remote suffix: Admeme diff --git a/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml b/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml index 4d36af4459..5562140891 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml @@ -42,7 +42,7 @@ - type: entity name: pinpointer id: PinpointerNuclear - parent: PinpointerBase + parent: [ PinpointerBase, BaseCommandContraband ] components: - type: Pinpointer component: NukeDisk @@ -52,7 +52,7 @@ name: syndicate pinpointer description: Produced specifically for nuclear operative missions, get that disk! id: PinpointerSyndicateNuclear - parent: PinpointerBase + parent: [ PinpointerBase, BaseSyndicateContraband ] components: - type: Sprite layers: diff --git a/Resources/Prototypes/Entities/Objects/Misc/medalcase.yml b/Resources/Prototypes/Entities/Objects/Misc/medalcase.yml index 35000b3fba..d0e732e229 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/medalcase.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/medalcase.yml @@ -2,7 +2,7 @@ id: MedalCase name: medal case description: Case with medals. - parent: [ BaseStorageItem, BaseBagOpenClose ] + parent: [ BaseStorageItem, BaseBagOpenClose, BaseCommandContraband ] components: - type: Sprite sprite: Objects/Storage/medalcase.rsi diff --git a/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml b/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml index 2edd17a5ce..fc362bb9c7 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml @@ -39,7 +39,7 @@ - type: entity name: captain's rubber stamp - parent: RubberStampBase + parent: [RubberStampBase, BaseCommandContraband] id: RubberStampCaptain suffix: DO NOT MAP components: @@ -107,7 +107,7 @@ - type: entity name: chief engineer's rubber stamp - parent: RubberStampBase + parent: [RubberStampBase, BaseCommandContraband] id: RubberStampCE suffix: DO NOT MAP components: @@ -120,7 +120,7 @@ - type: entity name: chief medical officer's rubber stamp - parent: RubberStampBase + parent: [RubberStampBase, BaseCommandContraband] id: RubberStampCMO suffix: DO NOT MAP components: @@ -133,7 +133,7 @@ - type: entity name: head of personnel's rubber stamp - parent: RubberStampBase + parent: [RubberStampBase, BaseCommandContraband] id: RubberStampHop suffix: DO NOT MAP components: @@ -146,7 +146,7 @@ - type: entity name: head of security's rubber stamp - parent: RubberStampBase + parent: [RubberStampBase, BaseCommandContraband] id: RubberStampHos suffix: DO NOT MAP components: @@ -173,7 +173,7 @@ - type: entity name: quartermaster's rubber stamp - parent: RubberStampBase + parent: [RubberStampBase, BaseCommandContraband] id: RubberStampQm suffix: DO NOT MAP components: @@ -186,7 +186,7 @@ - type: entity name: research director's rubber stamp - parent: RubberStampBase + parent: [RubberStampBase, BaseCommandContraband] id: RubberStampRd suffix: DO NOT MAP components: @@ -224,7 +224,7 @@ - type: entity name: warden's rubber stamp - parent: RubberStampBase + parent: [RubberStampBase, BaseRestrictedContraband] id: RubberStampWarden suffix: DO NOT MAP components: @@ -261,7 +261,7 @@ - type: entity name: detective's rubber stamp - parent: RubberStampBase + parent: [RubberStampBase, BaseRestrictedContraband] id: RubberStampDetective suffix: DO NOT MAP components: diff --git a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml index d2b17dd019..efada99e7c 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml @@ -220,7 +220,7 @@ #Empty security - type: entity id: JetpackSecurity - parent: BaseJetpack + parent: [BaseJetpack, BaseRestrictedContraband] name: security jetpack suffix: Empty components: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml index 1aac442414..a9474cedea 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml @@ -1,7 +1,7 @@ - type: entity name: hot potato description: Once activated, you can't drop this time bomb - hit someone else with it to save yourself! Don't burn your hands! - parent: BaseItem + parent: [BaseItem, BaseSyndicateContraband] id: HotPotato components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Structures/Machines/nuke.yml b/Resources/Prototypes/Entities/Structures/Machines/nuke.yml index 5384d7e9d0..ec9e5bdfa5 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/nuke.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/nuke.yml @@ -1,5 +1,5 @@ - type: entity - parent: [BaseStructure, StructureWheeled] + parent: [BaseStructure, StructureWheeled, BaseMajorContraband] id: NuclearBomb name: nuclear fission explosive description: You probably shouldn't stick around to see if this is armed. @@ -163,7 +163,7 @@ shape: !type:PhysShapeCircle radius: 0.45 - density: 255 + density: 255 mask: - MachineMask layer: -- 2.52.0