Stop calling DNA a Pair enabler
DNA only fires on the round's first hand and only for a single played card (dump/card.lua:3956) - sacrificing a full hand to enable the easiest hand in the game is not a synergy. Its trips/quads enabling stays; that is what the one-copy-per-round loop actually builds toward. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ j('j_bootstraps', {'mult'}, {'money'})
|
||||
-- DNA copies a played card into the deck, which is how you stack duplicate
|
||||
-- ranks -- the only vanilla route to a reliable Four of a Kind. Pure enabler:
|
||||
-- it gives the matching-hand tags without wanting them.
|
||||
j('j_dna', {'card_gen','pair','three_kind','four_kind'})
|
||||
j('j_dna', {'card_gen','three_kind','four_kind'})
|
||||
j('j_midas_mask', {'gold_gen','enhance_gen'}, {'faces'})
|
||||
j('j_photograph', {'xmult','copy_target'}, {'faces','retrig_scoring','retrig_faces'})
|
||||
j('j_stone', {'chips'}, {'stone_gen'})
|
||||
|
||||
Reference in New Issue
Block a user