This commit is contained in:
lzk
2023-06-26 06:05:07 +03:00
committed by GitHub
parent 25d459ac7d
commit 335ee13caf
4 changed files with 31 additions and 2 deletions

View File

@@ -517,7 +517,6 @@
Quantity: 6 Quantity: 6
# What do Europeans eat instead of enchiladas? 25.4 millimeter-iladas. # What do Europeans eat instead of enchiladas? 25.4 millimeter-iladas.
- type: entity - type: entity
name: melon fruit bowl name: melon fruit bowl
parent: FoodMealBase parent: FoodMealBase
@@ -545,3 +544,18 @@
Quantity: 5 Quantity: 5
- ReagentId: Kelotane - ReagentId: Kelotane
Quantity: 5 Quantity: 5
- type: entity
name: taco
parent: FoodMealBase
id: FoodMealTaco
description: Take a bite!
components:
- type: FlavorProfile
flavors:
- cheesy
- tomato
- meaty
- onion
- type: Sprite
state: taco

View File

@@ -1585,3 +1585,15 @@
solids: solids:
FoodMeatLizard: 1 FoodMeatLizard: 1
FoodKebabSkewer: 1 FoodKebabSkewer: 1
- type: microwaveMealRecipe
id: RecipeFoodMealTaco
name: taco recipe
result: FoodMealTaco
time: 10
solids:
FoodDoughSlice: 1
FoodTomato: 1
FoodOnionSlice: 2
FoodCheeseSlice: 1
FoodMeatCutlet: 1

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, taco from https://github.com/ss220-space/Paradise/commit/6c9bd827610433093a79d814b96bd50f9cf12eec",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -139,6 +139,9 @@
{ {
"name": "stewedsoymeat" "name": "stewedsoymeat"
}, },
{
"name": "taco"
},
{ {
"name": "melonfruitbowl" "name": "melonfruitbowl"
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B