Skip to content

Commit

Permalink
fix: penguineater not absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
Golbolco authored Dec 4, 2023
1 parent 83f27c6 commit a820ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Games/types/Mafia/roles/cards/PenguinEater.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = class PenguinEater extends Card {
this.actions = [
{
priority: PRIORITY_KILL_DEFAULT,
labels: ["kill", "hidden", "absolute"],
labels: ["kill", "hidden"],
run: function () {
if (!this.actor.alive) return;

Expand Down

0 comments on commit a820ce2

Please sign in to comment.