diff --git a/Resources/Prototypes/_Impstation/Entities/Objects/Consumable/Food/soup.yml b/Resources/Prototypes/_Impstation/Entities/Objects/Consumable/Food/soup.yml index cf18d892946..e899fb4bfb3 100644 --- a/Resources/Prototypes/_Impstation/Entities/Objects/Consumable/Food/soup.yml +++ b/Resources/Prototypes/_Impstation/Entities/Objects/Consumable/Food/soup.yml @@ -1,7 +1,7 @@ - type: entity - name: one day blinding stew parent: FoodBowlBase id: FoodCamelSoup + name: one day blinding stew description: the hospital can't stop me. I will never go. not with the strength I've obtained. components: - type: FlavorProfile diff --git a/Resources/Prototypes/_Impstation/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/_Impstation/Recipes/Cooking/meal_recipes.yml index 4d0d149c2f5..997028828d2 100644 --- a/Resources/Prototypes/_Impstation/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/_Impstation/Recipes/Cooking/meal_recipes.yml @@ -4,6 +4,6 @@ result: FoodCamelSoup time: 15 solids: - TearGasGrenade: 1 - FoodBowlBig: 1 - Cigarette: 8 #YUMMY!!!!!!!!! + TearGasGrenade: 1 + FoodBowlBig: 1 + Cigarette: 8 #YUMMY!!!!!!!!! diff --git a/Resources/Textures/_Impstation/Objects/Consumable/Food/bowl.rsi/meta.json b/Resources/Textures/_Impstation/Objects/Consumable/Food/bowl.rsi/meta.json index 4d956fdd539..e6ab1e6adae 100644 --- a/Resources/Textures/_Impstation/Objects/Consumable/Food/bowl.rsi/meta.json +++ b/Resources/Textures/_Impstation/Objects/Consumable/Food/bowl.rsi/meta.json @@ -3,27 +3,22 @@ "license": "CC-BY-SA-3.0", "copyright": "fills by Carousel. bowl is taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa.", "size": { - "x": 32, - "y": 32 + "x": 32, + "y": 32 }, "states": [ - { - "name": "camelsoup" - }, - { - "name": "camelsouplit", - "delays": [ - [ - 0.2, - 0.2, - 0.2, - 0.2 + { + "name": "camelsoup" + }, + { + "name": "camelsouplit", + "delays": [ + [ 0.2, 0.2, 0.2, 0.2 ] ] - ] - }, - { - "name": "bowl", - "directions": 1 - } + }, + { + "name": "bowl", + "directions": 1 + } ] }