diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml index 4116865d2bcc..b345ae20f1bf 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml @@ -79,7 +79,7 @@ - type: entity id: SecurityTechFabCircuitboard - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseSecurityContraband ] name: security techfab machine board description: A machine printed circuit board for a security techfab. components: @@ -97,7 +97,7 @@ - type: entity id: AmmoTechFabCircuitboard - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseSecurityContraband ] name: ammo techfab circuit board description: A machine printed circuit board for an ammo techfab. components: @@ -111,7 +111,7 @@ - type: entity id: MedicalTechFabCircuitboard - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseMedicalContraband ] name: medical techfab machine board description: A machine printed circuit board for a medical techfab. components: @@ -131,7 +131,7 @@ - type: entity id: CircuitImprinterMachineCircuitboard - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseScienceContraband ] name: circuit imprinter machine board components: - type: Sprite @@ -147,7 +147,7 @@ defaultPrototype: Beaker - type: entity - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseScienceContraband ] id: CircuitImprinterHyperConvectionMachineCircuitboard name: hyper convection circuit imprinter machine board description: A machine printed circuit board for a hyper convection circuit imprinter. @@ -168,7 +168,7 @@ - type: entity id: ExosuitFabricatorMachineCircuitboard - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseScienceContraband ] name: exosuit fabricator machine board components: - type: Sprite @@ -186,7 +186,7 @@ # yes i know this prototype name is long i'm just following conventions - type: entity id: ResearchAndDevelopmentServerMachineCircuitboard - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseScienceContraband ] name: R&D server machine board description: A machine printed circuit board for the R&D server. components: @@ -280,7 +280,7 @@ - type: entity id: ArtifactCrusherMachineCircuitboard - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseScienceContraband ] name: artifact crusher machine board description: A machine printed circuit board for an artifact crusher. components: @@ -309,7 +309,7 @@ PlasmaGlass: 10 - type: entity - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseScienceContraband ] id: AnomalyVesselExperimentalCircuitboard name: experimental anomaly vessel machine board description: A machine printed circuit board for an experimental anomaly vessel. @@ -341,7 +341,7 @@ Cable: 5 - type: entity - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseScienceContraband ] id: APECircuitboard name: A.P.E. machine board description: A machine printed circuit board for an A.P.E. @@ -1049,7 +1049,7 @@ - type: entity id: SyndicateMicrowaveMachineCircuitboard - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseSyndicateContraband ] name: donk co. microwave machine board components: - type: Sprite @@ -1184,7 +1184,7 @@ - type: entity id: CargoTelepadMachineCircuitboard - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseCargoContraband ] name: cargo telepad machine board description: A machine printed circuit board for a cargo telepad. components: @@ -1226,7 +1226,7 @@ Cable: 2 - type: entity - parent: BaseMachineCircuitboard + parent: [ BaseMachineCircuitboard, BaseCargoContraband ] id: SalvageMagnetMachineCircuitboard name: salvage magnet machine board description: A machine printed circuit board for a salvage magnet. diff --git a/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml b/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml index 1761f176da79..f4d599e89742 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml @@ -90,7 +90,7 @@ - type: entity id: MachineAnomalyVesselExperimental - parent: MachineAnomalyVessel + parent: [ MachineAnomalyVessel, BaseScienceContraband ] name: experimental anomaly vessel description: An advanced anomaly vessel capable of greater research potential at the cost of increased volatility and low-level radioactive decay into the environment. components: @@ -116,7 +116,7 @@ - type: entity id: MachineAPE - parent: [ BaseMachinePowered, ConstructibleMachine ] + parent: [ BaseMachinePowered, ConstructibleMachine, BaseScienceContraband ] name: A.P.E. description: An Anomalous Particle Emitter, capable of shooting out unstable particles which can interface with anomalies. components: diff --git a/Resources/Prototypes/Entities/Structures/Machines/artifact_analyzer.yml b/Resources/Prototypes/Entities/Structures/Machines/artifact_analyzer.yml index 741e0a397111..f7fc73ad7977 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/artifact_analyzer.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/artifact_analyzer.yml @@ -83,7 +83,7 @@ - type: entity id: MachineArtifactCrusher - parent: [ ConstructibleMachine, BaseMachinePowered ] + parent: [ ConstructibleMachine, BaseMachinePowered, BaseScienceContraband ] name: artifact crusher description: Best not to let your fingers get stuck... components: diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 097740bdac73..f8e9b089ec6c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -423,7 +423,7 @@ - type: entity id: CircuitImprinter - parent: BaseLatheLube + parent: [ BaseLatheLube, BaseScienceContraband ] name: circuit imprinter description: Prints circuit boards for machines. components: @@ -568,7 +568,7 @@ - type: entity id: ExosuitFabricator - parent: BaseLatheLube + parent: [ BaseLatheLube, BaseScienceContraband ] name: exosuit fabricator description: Creates parts for robotics and other mechanical needs. components: @@ -693,7 +693,7 @@ - type: entity id: SecurityTechFab - parent: BaseLatheLube + parent: [ BaseLatheLube, BaseSecurityContraband ] name: security techfab description: Prints equipment for use by security crew. components: @@ -835,7 +835,7 @@ - type: entity id: AmmoTechFab - parent: BaseLatheLube + parent: [ BaseLatheLube, BaseSecurityContraband ] name: ammo techfab description: Prints the bare minimum of bullets that any budget military or armory could need. Nothing fancy. components: @@ -891,7 +891,7 @@ - type: entity id: MedicalTechFab - parent: BaseLatheLube + parent: [ BaseLatheLube, BaseMedicalContraband ] name: medical techfab description: Prints equipment for use by the medbay. components: diff --git a/Resources/Prototypes/Entities/Structures/Machines/microwave.yml b/Resources/Prototypes/Entities/Structures/Machines/microwave.yml index b415551ad2b8..6ab65973159a 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/microwave.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/microwave.yml @@ -109,7 +109,7 @@ - type: entity id: SyndicateMicrowave - parent: KitchenMicrowave + parent: [ KitchenMicrowave, BaseSyndicateContraband ] name: donk co. microwave description: So advanced, it can cook donk-pockets in a mere 2.5 seconds! components: diff --git a/Resources/Prototypes/Entities/Structures/Machines/research.yml b/Resources/Prototypes/Entities/Structures/Machines/research.yml index 81a5988c2c54..2f3d99c81e20 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/research.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/research.yml @@ -1,6 +1,6 @@ - type: entity id: ResearchAndDevelopmentServer - parent: [ BaseMachinePowered, ConstructibleMachine ] + parent: [ BaseMachinePowered, ConstructibleMachine, BaseScienceContraband ] name: R&D server description: Contains the collective knowledge of the station's scientists. Destroying it would send them back to the stone age. You don't want that do you? components: diff --git a/Resources/Prototypes/Entities/Structures/Machines/salvage.yml b/Resources/Prototypes/Entities/Structures/Machines/salvage.yml index cafdc7cef2ae..c7ba3e68769e 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/salvage.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/salvage.yml @@ -1,5 +1,5 @@ - type: entity - parent: [ BaseMachinePowered, ConstructibleMachine ] + parent: [ BaseMachinePowered, ConstructibleMachine, BaseCargoContraband ] id: SalvageMagnet name: salvage magnet description: Pulls in salvage. diff --git a/Resources/Prototypes/Entities/Structures/cargo_telepad.yml b/Resources/Prototypes/Entities/Structures/cargo_telepad.yml index c37a6338dc49..0382327524c6 100644 --- a/Resources/Prototypes/Entities/Structures/cargo_telepad.yml +++ b/Resources/Prototypes/Entities/Structures/cargo_telepad.yml @@ -1,6 +1,6 @@ - type: entity id: CargoTelepad - parent: [ BaseMachinePowered, ConstructibleMachine ] + parent: [ BaseMachinePowered, ConstructibleMachine, BaseCargoContraband ] name: cargo telepad description: Beam in the pizzas and dig in. components: