Increase cost of Crustacean Pincer
Spear-fishing is difficult, and only available a fourth of the time.
This commit is contained in:
parent
f60b8b6f6f
commit
72506b2cff
|
@ -33,8 +33,8 @@ class Cost(Enum):
|
|||
COLLECTION_NOTE = ACTION
|
||||
|
||||
# Deep-Zee Catch
|
||||
# Spear-fishing at the bottom of the Evenlode, 7 at a time
|
||||
DEEP_ZEE_CATCH = ACTION/7
|
||||
# Spear-fishing at the bottom of the Evenlode, 7 at a time, difficult check, available fourth of the time
|
||||
DEEP_ZEE_CATCH = 4*(ACTION/7)
|
||||
|
||||
# Crustacean Pincer
|
||||
# Ealing Gardens Butcher, 2 at a time
|
||||
|
|
Loading…
Reference in New Issue