Fix nurse shark and remove mid-battle choice.
This commit is contained in:
@@ -185,9 +185,8 @@ const (
|
||||
// ActionStripApples (play) discards every apple attached to the enemy pet
|
||||
// in play (Durian perk) — like ActionStripFoods but apples only.
|
||||
ActionStripApples EffectAction = "stripApples"
|
||||
// ActionSpendRocks (play) asks the owner how many Trumpets to spend (0..Count)
|
||||
// and throws twice that many rocks at the enemy (Nurse Shark). This is the
|
||||
// one battle-time player decision.
|
||||
// ActionSpendRocks (play) spends as many Trumpets as available (up to Count)
|
||||
// and throws twice that many rocks at the enemy (Nurse Shark).
|
||||
ActionSpendRocks EffectAction = "spendRocks"
|
||||
// ActionFirstBuyFree (shop start) makes the player's first Buy this round
|
||||
// cost no gold, if they hold Count or fewer pets (Manta Ray).
|
||||
|
||||
Reference in New Issue
Block a user