diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml index 9cedbb23ca..70ed762ca1 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml @@ -235,3 +235,25 @@ - type: Residue residueAdjective: residue-slippery residueColor: residue-blue + +- type: entity + name: soap + id: SoapBorg # Intended for borg internals, not slippery or food, not a container for soap reagent + parent: BaseItem + description: A Nanotrasen brand bar of soap. Smells of plasma and machines. + components: + - type: Sprite + sprite: Objects/Specific/Janitorial/soap.rsi + layers: + - state: nt-4 + - type: Appearance + - type: Item + sprite: Objects/Specific/Janitorial/soap.rsi + storedRotation: -90 + - type: CleansForensics + - type: Residue + residueAdjective: residue-slippery + residueColor: residue-grey + - type: Tag + tags: + - Soap diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index 3fb89149c9..6e5d260af0 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -623,7 +623,7 @@ - LightReplacer - BorgTrashBag - Plunger - - SoapNT + - SoapBorg - type: BorgModuleIcon icon: { sprite: Interface/Actions/actions_borg.rsi, state: light-replacer-module }