Fix borg soap (#36961)
* Create SoapBorg and replace SoapNT with SoapBorg in BorgModuleCustodial * Reparent SoapBorg No longer a container so the soap reagent cannot be extracted from the soap, no longer a food, no longer slippery since it can't be removed from the borg to be placed on the ground * Move SoapBorg to end of soap.yml * correct comp order * fix failing tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -623,7 +623,7 @@
|
||||
- LightReplacer
|
||||
- BorgTrashBag
|
||||
- Plunger
|
||||
- SoapNT
|
||||
- SoapBorg
|
||||
- type: BorgModuleIcon
|
||||
icon: { sprite: Interface/Actions/actions_borg.rsi, state: light-replacer-module }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user