Skip to content

Commit

Permalink
fix: martyr is a saving role
Browse files Browse the repository at this point in the history
  • Loading branch information
Golbolco authored Dec 18, 2023
1 parent d8a6e9a commit 7536101
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 0 additions & 15 deletions Games/types/Mafia/roles/Mafia/Butler.js

This file was deleted.

1 change: 1 addition & 0 deletions Games/types/Mafia/roles/cards/SacrificeSelf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = class SacrificeSelf extends Card {
states: ["Night"],
flags: ["voting"],
action: {
labels: ["save"],
priority: PRIORITY_REDIRECT_ACTION,
run: function () {
this.actor.role.protectingTarget = this.target;
Expand Down

0 comments on commit 7536101

Please sign in to comment.