Skip to content

Commit

Permalink
Merge pull request #5572 from NoahTheDuke/nb/fix-play-ice
Browse files Browse the repository at this point in the history
Fix Wall to Wall's name
  • Loading branch information
jwarwick authored Feb 15, 2021
2 parents 387ce00 + 2d04091 commit 353b7fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/clj/game/cards/assets.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@
:leave-play (req (gain state :runner :click-per-turn 1))
:on-trash executive-trash-effect})

(defcard "Wall To Wall"
(defcard "Wall to Wall"
(let [all [{:msg "gain 1 [Credits]"
:async true
:effect (effect (gain-credits eid 1))}
Expand Down
4 changes: 2 additions & 2 deletions test/clj/game/cards/assets_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5110,9 +5110,9 @@
(deftest wall-to-wall
(testing "Basic functionality"
(do-game
(new-game {:corp {:deck ["Wall To Wall" (qty "Hedge Fund" 3)
(new-game {:corp {:deck ["Wall to Wall" (qty "Hedge Fund" 3)
"PAD Campaign" "Ice Wall"]}})
(play-from-hand state :corp "Wall To Wall" "New remote")
(play-from-hand state :corp "Wall to Wall" "New remote")
(play-from-hand state :corp "PAD Campaign" "New remote")
(play-from-hand state :corp "Ice Wall" "HQ")
(let [w2w (get-content state :remote1 0)
Expand Down
4 changes: 2 additions & 2 deletions test/clj/game/cards/identities_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2477,10 +2477,10 @@
(testing "Installing different cards"
(do-game
(new-game {:corp {:id "MirrorMorph: Endless Iteration"
:hand ["PAD Campaign" "NASX" "Wall To Wall"]}})
:hand ["PAD Campaign" "NASX" "Wall to Wall"]}})
(play-from-hand state :corp "PAD Campaign" "New remote")
(play-from-hand state :corp "NASX" "New remote")
(play-from-hand state :corp "Wall To Wall" "New remote")
(play-from-hand state :corp "Wall to Wall" "New remote")
(is (empty? (:prompt (get-corp))) "No MM trigger")))))

(deftest mti-mwekundu-life-improved
Expand Down

0 comments on commit 353b7fb

Please sign in to comment.