From 74ca51dac81bcce6b1416e77461983e9750a4040 Mon Sep 17 00:00:00 2001 From: Alex Parrill Date: Wed, 9 Apr 2025 18:32:57 -0400 Subject: [PATCH] Mark the spider clan explosive as major contraband (#36421) Even though it's an unsanctioned explosive device, it's currently not considered contraband. This patch adds BaseMajorContraband to it. --- Resources/Prototypes/Entities/Objects/Weapons/Bombs/spider.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/spider.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/spider.yml index 8f997b7687..2ac23f8c3f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/spider.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/spider.yml @@ -2,7 +2,7 @@ name: spider clan charge description: A modified C-4 charge supplied to you by the Spider Clan. Its explosive power has been juiced up, but only works in one specific area. # not actually modified C-4! oh the horror! - parent: BaseItem + parent: [ BaseItem, BaseMajorContraband ] id: SpiderCharge components: - type: Sprite -- 2.51.2