Skip to content

Commit

Permalink
Brahman fully implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
lostgeek committed Jul 7, 2019
1 parent 97c6503 commit 1ba68eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/clj/game/cards/programs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,7 @@
(not (facedown? %))
(not (has-subtype? % "Virus")))}
:msg (msg "add " (:title target) " to the top of the Stack")
:effect (effect (resolve-ability eid breaker-auto-pump card nil)
(update! (dissoc-in card [:special :brahman-used]))
:effect (effect (update! (dissoc-in card [:special :brahman-used]))
(move target :deck {:front true}))}]
{:pass-ice put-back
:run-ends put-back})})
Expand Down Expand Up @@ -2279,8 +2278,7 @@
(strength-pump 2 3)]
:events (let [give-credits {:req (req (get-in card [:special :tycoon-used]))
:msg "give the Corp 2 [Credits]"
:effect (effect (resolve-ability eid breaker-auto-pump card nil)
(update! (dissoc-in card [:special :tycoon-used]))
:effect (effect (update! (dissoc-in card [:special :tycoon-used]))
(gain-credits :corp 2))}]
{:pass-ice give-credits
:run-ends give-credits})})
Expand Down

0 comments on commit 1ba68eb

Please sign in to comment.