Fix various typos

This commit is contained in:
amfl 2023-01-30 16:51:30 +13:00
parent 5d0db7fb3b
commit 00c2c92472
8 changed files with 11 additions and 9 deletions

View file

@ -386,8 +386,9 @@ class CraftingRecipe(CraftingRecipeBase):
{"key": "Bag of flour",
"typeclass": "typeclasses.food.Flour",
"desc": "A small bag of flour."
"tags": [("flour", "crafting_material"),
"tags": [("flour", "crafting_material")],
}
]
class BreadRecipe(CraftRecipe):
name = "bread"
@ -397,6 +398,7 @@ class CraftingRecipe(CraftingRecipeBase):
{"key": "bread",
"desc": "A tasty bread."
}
]
## Properties on the class level: