Skip to content

Commit 4360ece

Browse files
authored
Update TargetSelf50Percent.js
1 parent 5a64da2 commit 4360ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Games/types/Mafia/roles/cards/TargetSelf50Percent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = class TargetSelf50Percent extends Card {
1818
labels: ["block", "hidden", "absolute"],
1919
run: function () {
2020
if (Random.randInt(0, 1) == 0) {
21-
this.redirectAllActions(this.actor, this.actor);
21+
this.redirectAllSecondaryActions(this.actor, this.actor);
2222
}
2323
},
2424
},

0 commit comments

Comments
 (0)