Fix cost of Ribcage with Eight Spines
It was missing a Skeleton with Seven Necks.
This commit is contained in:
parent
3c210cbaba
commit
36fa9c3e2e
|
@ -263,7 +263,7 @@ class Cost(enum.Enum):
|
||||||
|
|
||||||
# Ribcage with a Bouquet of Eight Spines
|
# Ribcage with a Bouquet of Eight Spines
|
||||||
# Helicon House
|
# Helicon House
|
||||||
RIBCAGE_WITH_EIGHT_SPINES = ACTION + 3*SEARING_ENIGMA + THORNED_RIBCAGE + 3*TREMBLING_AMBER
|
RIBCAGE_WITH_EIGHT_SPINES = ACTION + 3*SEARING_ENIGMA + SKELETON_WITH_SEVEN_NECKS +THORNED_RIBCAGE + 3*TREMBLING_AMBER
|
||||||
|
|
||||||
# Rubbery Skull
|
# Rubbery Skull
|
||||||
# Flute Street, including travel due to quality cap
|
# Flute Street, including travel due to quality cap
|
||||||
|
|
Loading…
Reference in New Issue