Change Withered Tentacle source

The Adulterine Castle has an option that yields four Withered Tentacles
for just one action.

Cost.WARBLER_SKELETON has been removed, as it is no longer used by
anything.
This commit is contained in:
Jeremy Saklad 2021-09-21 11:48:08 -05:00
parent 5ef972295b
commit 95a86b43ae
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 2 additions and 6 deletions

View File

@ -320,12 +320,8 @@ class Cost(Enum):
# Helicon House
RIBCAGE_WITH_EIGHT_SPINES = ACTION + 3*SEARING_ENIGMA + SKELETON_WITH_SEVEN_NECKS + THORNED_RIBCAGE + 3*TREMBLING_AMBER
# Warbler Skeleton
# Ealing Gardens Butcher
WARBLER_SKELETON = ACTION + 130*BONE_FRAGMENT + 2*WARM_AMBER
# Withered Tentacle
# Helicon House, 3 at a time
WITHERED_TENTACLE = (ACTION + 5*WARM_AMBER)/3
# Adulterine Castle, Miscounting Second Circle by 4, 4 at a time
WITHERED_TENTACLE = ACTION/4