Various fixes to monkey cubes (#2844)

This commit is contained in:
AJCM-git
2020-12-26 20:02:35 -04:00
committed by GitHub
parent 3aa2ffcda2
commit a91638f6cb
2 changed files with 6 additions and 4 deletions

View File

@@ -258,10 +258,12 @@
parent: FoodContainerBase parent: FoodContainerBase
name: monkey cube wrap name: monkey cube wrap
id: FoodContainerMonkeyCubeWrap id: FoodContainerMonkeyCubeWrap
description: Unwrap this to get a monkey cube.
components: components:
- type: FoodContainer - type: FoodContainer
capacity: 1
prototypes: prototypes:
FoodMonkeyCube: 100 MonkeyCube: 100
- type: Sprite - type: Sprite
sprite: Objects/Consumable/FoodContainers/monkeycubewrap.rsi sprite: Objects/Consumable/FoodContainers/monkeycubewrap.rsi

View File

@@ -10,7 +10,7 @@
- ReagentId: chem.Nutriment - ReagentId: chem.Nutriment
Quantity: 10 Quantity: 10
maxVol: 11 # needs room for water maxVol: 11 # needs room for water
caps: AddTo, RemoveFrom, FitsInDispenser caps: AddTo
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Food/monkeycube.rsi sprite: Objects/Consumable/Food/monkeycube.rsi
- type: Rehydratable - type: Rehydratable
@@ -21,7 +21,7 @@
parent: PlushieCarp parent: PlushieCarp
id: DehydratedSpaceCarp id: DehydratedSpaceCarp
name: dehydrated space carp 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: components:
- type: SolutionContainer - type: SolutionContainer
contents: contents:
@@ -29,6 +29,6 @@
- ReagentId: chem.Nutriment - ReagentId: chem.Nutriment
Quantity: 10 Quantity: 10
maxVol: 11 # needs room for water maxVol: 11 # needs room for water
caps: AddTo, RemoveFrom, FitsInDispenser caps: AddTo
- type: Rehydratable - type: Rehydratable
target: CarpMob_Content target: CarpMob_Content