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:
funman300
2026-07-15 18:36:30 -07:00
parent 9364603db1
commit c4a3847c6a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ A tag with two is fragile: drop either joker and the theme dies.
| `hearts` | 2 | 2 | **2** | yes |
| `joker_gen` | 1 | 3 | 4 | yes |
| `money` | 15 | 3 | 17 | yes |
| `pair` | 4 | 3 | 4 | yes |
| `pair` | 3 | 3 | 3 | yes |
| `planet` | 3 | 3 | 3 | yes |
| `probability` | 1 | 7 | 8 | yes |
| `retrig_faces` | 1 | 10 | 11 | yes |