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
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

View File

@@ -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