Skip to content

Commit

Permalink
Update sebastiao name
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Mar 18, 2024
1 parent d292c9e commit 026d411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clj/game/cards/identities.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@
:events [{:event :corp-turn-begins
:effect (req (clear-persistent-flag! state side card :can-rez))}]}))

(defcard "Sebastião Souza Pessoa: Activist Organiser"
(defcard "Sebastião Souza Pessoa: Activist Organizer"
{:static-abilities [{:type :basic-ability-additional-trash-cost
:req (req (and (resource? target) (has-subtype? target "Connection") (= :corp side)))
:value [:trash-from-hand 1]}]
Expand Down
2 changes: 1 addition & 1 deletion test/clj/game/cards/identities_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4434,7 +4434,7 @@
(deftest sebastiao-pessoa
(do-game
(new-game {:corp {:hand [(qty "Hedge Fund" 3)]}
:runner {:id "Sebastião Souza Pessoa: Activist Organiser"
:runner {:id "Sebastião Souza Pessoa: Activist Organizer"
:hand ["Verbal Plasticity" "Professional Contacts" "Smartware Distributor"]}})
(gain-tags state :runner 1)
(is (changed? [(:credit (get-runner)) 0]
Expand Down

0 comments on commit 026d411

Please sign in to comment.