From: Hitlinemoss <209321380+Hitlinemoss@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:49:01 +0000 (-0400) Subject: Ninja items are now highly illegal (#39855) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5cb0917d5fc3543219a1a101509747ba98770887;p=space-station-14.git Ninja items are now highly illegal (#39855) * 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 * Made ninja items highly illegal * Rerun checks --- diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 8142c0dc49..aa0aa8a083 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -269,7 +269,7 @@ - WhitelistChameleon - type: entity - parent: [ClothingEyesBase, BaseMajorContraband] + parent: [ClothingEyesBase, BaseHighlyIllegalContraband] id: ClothingEyesVisorNinja name: ninja visor description: An advanced visor protecting a ninja's eyes from flashing lights. diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index 273384a28a..05dda23f0a 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -207,7 +207,7 @@ - type: FingerprintMask - type: entity - parent: [ClothingHandsBase, BaseToggleClothing, BaseMajorContraband] + parent: [ClothingHandsBase, BaseToggleClothing, BaseHighlyIllegalContraband] id: ClothingHandsGlovesSpaceNinja name: space ninja gloves description: These black nano-enhanced gloves insulate from electricity and provide fire resistance. diff --git a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml index 93efa6415c..f1d3ba838e 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml @@ -191,7 +191,7 @@ #Space Ninja Helmet - type: entity - parent: [ClothingHeadEVAHelmetBase, BaseMajorContraband] + parent: [ClothingHeadEVAHelmetBase, BaseHighlyIllegalContraband] id: ClothingHeadHelmetSpaceNinja name: space ninja helmet description: What may appear to be a simple black garment is in fact a highly sophisticated nano-weave helmet. Standard issue ninja gear. diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml index 6d0b706a49..93a209c6be 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml @@ -145,7 +145,7 @@ - Tail - type: entity - parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseToggleClothing, BaseMajorContraband] + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseToggleClothing, BaseHighlyIllegalContraband] id: ClothingOuterSuitSpaceNinja name: space ninja suit description: This black technologically advanced, cybernetically-enhanced suit provides many abilities like invisibility or teleportation. diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml index a3ca44871a..845be002e2 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml @@ -122,7 +122,7 @@ maxContactWalkSlowdown: 0.7 - type: entity - parent: [ClothingShoesBaseButcherable, BaseMajorContraband] + parent: [ClothingShoesBaseButcherable, BaseHighlyIllegalContraband] id: ClothingShoesSpaceNinja name: space ninja shoes description: A pair of nano-enhanced boots with built-in magnetic suction cups. diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/spider.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/spider.yml index 3d7991cf0f..b26b1b408a 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, BaseMajorContraband ] + parent: [ BaseItem, BaseHighlyIllegalContraband ] id: SpiderCharge components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml index 086052f77a..a1fea197ab 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml @@ -144,6 +144,8 @@ id: EnergyKatana description: A katana infused with strong energy. components: + - type: Contraband + severity: HighlyIllegal - type: Sprite sprite: Objects/Weapons/Melee/energykatana.rsi - type: MeleeWeapon