Skip to content

Commit

Permalink
Merge pull request #260 from melvio/259-add-crab-potions
Browse files Browse the repository at this point in the history
259 add crab potions
  • Loading branch information
melvio authored Aug 16, 2024
2 parents c21437e + df5093e commit 04edb01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/hopla/hoplalib/hatchery/egg_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ class EggData:
"PandaCub", "TigerCub", "Wolf"
]
"""
Drop eggs. This is list was retrieved using: `hopla api content | jq .dropEggs | jq. keys`
Drop eggs. This is list was retrieved using:
hopla api content | jq .dropEggs | jq. keys
"""

quest_egg_names: List[str] = [
"Alligator", "Armadillo", "Axolotl",
"Badger", "Beetle", "Bunny", "Butterfly",
"Chameleon", "Cheetah", "Cow", "Cuttlefish",
"Chameleon", "Cheetah", "Cow", "Cuttlefish", "Crab",
"Deer", "Dolphin", "Egg",
"Falcon", "Ferret", "Frog",
"Giraffe", "Gryphon", "GuineaPig",
Expand Down
2 changes: 1 addition & 1 deletion src/hopla/hoplalib/hoplaversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

MAJOR_VERSION: Final[int] = 0
MINOR_VERSION: Final[int] = 0
PATCH_VERSION: Final[int] = 40
PATCH_VERSION: Final[int] = 41
PRE_RELEASE: Final[Optional[str]] = "alpha"


Expand Down

0 comments on commit 04edb01

Please sign in to comment.