Various fixes to monkey cubes (#2844)
This commit is contained in:
@@ -258,10 +258,12 @@
|
||||
parent: FoodContainerBase
|
||||
name: monkey cube wrap
|
||||
id: FoodContainerMonkeyCubeWrap
|
||||
description: Unwrap this to get a monkey cube.
|
||||
components:
|
||||
- type: FoodContainer
|
||||
capacity: 1
|
||||
prototypes:
|
||||
FoodMonkeyCube: 100
|
||||
MonkeyCube: 100
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/FoodContainers/monkeycubewrap.rsi
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
- ReagentId: chem.Nutriment
|
||||
Quantity: 10
|
||||
maxVol: 11 # needs room for water
|
||||
caps: AddTo, RemoveFrom, FitsInDispenser
|
||||
caps: AddTo
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/monkeycube.rsi
|
||||
- type: Rehydratable
|
||||
@@ -21,7 +21,7 @@
|
||||
parent: PlushieCarp
|
||||
id: DehydratedSpaceCarp
|
||||
name: dehydrated space carp
|
||||
description: Looks like a plush toy carp, but just add water and it becomes a real-life space carp!
|
||||
description: Looks like a plush toy carp, but just add water and it becomes a real-life space carp!
|
||||
components:
|
||||
- type: SolutionContainer
|
||||
contents:
|
||||
@@ -29,6 +29,6 @@
|
||||
- ReagentId: chem.Nutriment
|
||||
Quantity: 10
|
||||
maxVol: 11 # needs room for water
|
||||
caps: AddTo, RemoveFrom, FitsInDispenser
|
||||
caps: AddTo
|
||||
- type: Rehydratable
|
||||
target: CarpMob_Content
|
||||
|
||||
Reference in New Issue
Block a user