fixes aloe cream splitting (#8949)
This commit is contained in:
parent
96a6a1ab79
commit
47a642cf22
|
|
@ -109,6 +109,10 @@
|
|||
netsync: false
|
||||
sprite: Objects/Specific/Hydroponics/aloe.rsi
|
||||
state: cream
|
||||
- type: Stack
|
||||
stackType: AloeCream
|
||||
max: 10
|
||||
count: 10
|
||||
|
||||
# Pills
|
||||
- type: entity
|
||||
|
|
|
|||
|
|
@ -4,6 +4,12 @@
|
|||
icon: "/Textures/Objects/Specific/Medical/medical.rsi/ointment.png"
|
||||
spawn: Ointment
|
||||
|
||||
- type: stack
|
||||
id: AloeCream
|
||||
name: aloe cream
|
||||
icon: "/Textures/Objects/Specific/Hydroponics/aloe.rsi/cream.png"
|
||||
spawn: AloeCream
|
||||
|
||||
- type: stack
|
||||
id: Gauze
|
||||
name: gauze
|
||||
|
|
|
|||
Loading…
Reference in New Issue