diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3524,6 +3524,7 @@ states.muster_capability = { }, card(c) { logi(`Capability C${c}`) + set_delete(current_deck(), c) if (data.cards[c].this_lord) { if (can_add_lord_capability(game.who, c)) { add_lord_capability(game.who, c) |