From d699a4e985374c6c624d6ef9ccecf75c0ac86dc5 Mon Sep 17 00:00:00 2001 From: Hitlinemoss <209321380+Hitlinemoss@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:28:40 -0400 Subject: [PATCH] Xenoborg items are now highly illegal (#39856) * Added tactical katana + tactical katana shipment (placeholder descriptions) * Revert "Added tactical katana + tactical katana shipment (placeholder descriptions)" This reverts commit aa1928be7f4d938df1838943781e63c47a03cc11. Whoops, committed to master by mistake * Xenoborg contraband is highly illegal now --- Resources/Prototypes/Entities/Objects/base_contraband.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/base_contraband.yml b/Resources/Prototypes/Entities/Objects/base_contraband.yml index 942e36b0cd..fc7bb857f1 100644 --- a/Resources/Prototypes/Entities/Objects/base_contraband.yml +++ b/Resources/Prototypes/Entities/Objects/base_contraband.yml @@ -13,7 +13,7 @@ abstract: true components: - type: Contraband - severity: Major # placeholder until they make a better severity + severity: HighlyIllegal # any type of magical items used by wizards and similiar - type: entity -- 2.51.2