fix(cthulhu): align altar, ritual, madness, star-spawn with wiki faq#1
Closed
deathcats4 wants to merge 2 commits into
Closed
fix(cthulhu): align altar, ritual, madness, star-spawn with wiki faq#1deathcats4 wants to merge 2 commits into
deathcats4 wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Details
turnUsedOngoingUids) inSmashUpCore, cleared onTURN_STARTED, so each POD altar only grants one extra action per turn, while the original altar still triggers every time you play a minion there.CARDS_DISCARDED, then asks how many times (0..N) to use the "draw 1 + extra action" option; it draws up to that many cards and grants the same number of extra action plays, matching the FAQ's per-card "you may" behavior.Testing
npm run test:smashup(Smash Up test suite) passes with these changes; the only known failing test is the Innsmouth Locals deck-order expectation, which was already changed earlier to match the Locals FAQ and is being tracked separately.