Skip to content

Commit

Permalink
Update actions.clj
Browse files Browse the repository at this point in the history
Clean up
  • Loading branch information
NBKelly authored Nov 4, 2024
1 parent 6810a22 commit 1d85bb5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/clj/game/core/actions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,7 @@
src (name-zone (:side c) (:zone c))
from-str (card-str state c)
s (if (#{"HQ" "R&D" "Archives"} server) :corp :runner)]
(println src)
(println server)
;; allow moving from play-area always, otherwise only when same side, and to valid zone
;; here!
(when (and (not= src server)
(same-side? s (:side card))
(not= :select (get-in @state [side :prompt-state :prompt-type]))
Expand Down

0 comments on commit 1d85bb5

Please sign in to comment.