Skip to content

Commit

Permalink
feat: added hulk operations to recipe enum and hulk to asset enum. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett-griffin authored Jun 20, 2024
1 parent f593e31 commit c8836d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pymerc/api/models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Asset(Enum):

Cog = "cog"
Handcart = "handcart"
Hulk = "hulk"
Money = "money"
Snekkja = "snekkja"
Tumbrel = "tumbrel"
Expand Down Expand Up @@ -422,6 +423,7 @@ class Recipe(Enum):
HoldSermon2b = "hold sermon 2b"
HoldSermon3a = "hold sermon 3a"
HoldSermon3b = "hold sermon 3b"
HulkOperations = "hulk operations"
Hunting1 = "hunting 1"
Hunting2 = "hunting 2"
Hunting3 = "hunting 3"
Expand Down

0 comments on commit c8836d3

Please sign in to comment.