From: Archee Date: Mon, 9 Jun 2025 01:05:22 +0000 (+0100) Subject: Missing contraband tags on explosives (#37521) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a46861e221aad7a9441119380a10b5dba39b559c;p=space-station-14.git Missing contraband tags on explosives (#37521) * Firebombs as minor contraband * Pipebombs as minor contraband * Seismic charge as cargo/sec contra (like crushers) * Modular payloads --- diff --git a/Resources/Prototypes/Entities/Objects/Devices/payload.yml b/Resources/Prototypes/Entities/Objects/Devices/payload.yml index 160f0c58e7..69be5605e9 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/payload.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/payload.yml @@ -21,7 +21,7 @@ - type: entity name: explosive payload - parent: BasePayload + parent: [ BasePayload, BaseSecurityContraband ] id: ExplosivePayload components: - type: Sprite @@ -51,7 +51,7 @@ - type: entity name: chemical payload - parent: BasePayload + parent: [ BasePayload, BaseMedicalScienceContraband ] id: ChemicalPayload description: A chemical payload. Has space to store two beakers. In combination with a trigger and a case, this can be used to initiate chemical reactions. components: @@ -87,7 +87,7 @@ - type: entity name: flash payload - parent: BasePayload + parent: [ BasePayload, BaseSecurityScienceCommandContraband ] id: FlashPayload description: A single-use flash payload. components: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/firebomb.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/firebomb.yml index 564f136c0b..23f5cc4362 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/firebomb.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/firebomb.yml @@ -55,7 +55,7 @@ # has igniter but no fuel or wires - type: entity - parent: DrinkColaCanEmpty + parent: [ DrinkColaCanEmpty, BaseMinorContraband ] id: FireBombEmpty name: fire bomb suffix: empty diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pipebomb.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pipebomb.yml index 70661667cc..a39a1de671 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pipebomb.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pipebomb.yml @@ -32,7 +32,7 @@ node: pipebomb - type: entity - parent: BaseItem + parent: [ BaseItem, BaseMinorContraband ] id: PipeBombGunpowder name: pipe bomb description: An improvised explosive made from a pipe. This one has no gunpowder. @@ -47,7 +47,7 @@ defaultTarget: pipebomb - type: entity - parent: BaseItem + parent: [ BaseItem, BaseMinorContraband ] id: PipeBombCable name: pipe bomb description: An improvised explosive made from a pipe. This one has no cable. diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/plastic.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/plastic.yml index 7566c00de8..3f1ca9a1a7 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/plastic.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/plastic.yml @@ -85,7 +85,7 @@ - type: entity name: seismic charge description: Concussion based explosive designed to destroy large amounts of rock. - parent: BasePlasticExplosive + parent: [ BasePlasticExplosive, BaseSecurityCargoContraband ] id: SeismicCharge components: - type: Sprite