diff --git a/Resources/Prototypes/Entities/Objects/Consumable/food_containers.yml b/Resources/Prototypes/Entities/Objects/Consumable/food_containers.yml index b7079088ee..c93a29479e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/food_containers.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/food_containers.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml b/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml index 8039c156e5..e06e4e2893 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml @@ -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