Ran formatting on code
This commit is contained in:
parent
83154de19e
commit
353e4c0aa7
20 changed files with 296 additions and 327 deletions
|
|
@ -343,6 +343,7 @@ class CraftingRecipeBase:
|
|||
|
||||
class NonExistentRecipe(CraftingRecipeBase):
|
||||
"""A recipe that does not exist and never produces anything."""
|
||||
|
||||
allow_craft = True
|
||||
allow_reuse = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue