Skip to content

Commit

Permalink
tree part three
Browse files Browse the repository at this point in the history
  • Loading branch information
Golbolco authored Dec 14, 2023
1 parent b227348 commit 7d842b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Games/types/Mafia/roles/cards/TurnIntoTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = class TurnIntoTree extends Card {
run: function () {
if (this.target == "No") return;
if (this.target === "Yes") {
this.target.giveEffect("Tree", 1);
this.actor.giveEffect("Tree", 1);
this.actor.role.isTree = true;
}
},
Expand Down

0 comments on commit 7d842b0

Please sign in to comment.