summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.js b/play.js
index 0c7add8..60b12d0 100644
--- a/play.js
+++ b/play.js
@@ -297,6 +297,8 @@ function is_marshal(lord) {
}
function is_card_in_use(c) {
+ if (set_has(view.hand, c))
+ return true
if (set_has(view.events, c))
return true
if (set_has(view.capabilities, c))