Textures to make lamps mappable to East/West. (#9414)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
ChilbroBaggins
2022-07-07 13:47:05 -05:00
committed by GitHub
parent 1856ea22ef
commit ad46c4669a
18 changed files with 42 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
- type: InteractionOutline
- type: Sprite
sprite: Structures/Furniture/sink.rsi
state: sink
state: sink_stem
netsync: false
- type: SolutionContainerManager
solutions:
@@ -42,3 +42,28 @@
sprite: Structures/Furniture/sink.rsi
state: sink_wide
netsync: false
#Stemless Sink
- type: entity
name: sink
id: SinkStemless
parent: SinkEmpty
components:
- type: Sprite
sprite: Structures/Furniture/sink.rsi
state: sink
netsync: false
- type: entity
name: sink
id: SinkStemlessWater
parent: SinkStemless
suffix: Water
components:
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: Water
Quantity: 500