Skip to content

Commit

Permalink
Cave In Bug Fix (#1846)
Browse files Browse the repository at this point in the history
Fixed #1845
  • Loading branch information
SawJester authored Jan 20, 2025
1 parent bef2ab4 commit 120b3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Games/types/Mafia/items/CaveIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = class CaveIn extends Item {
priority: MEETING_PRIORITY_JAIL,
passiveDead: true,
whileDead: true,
speakDead: true,
speakDead: false,
targets: { include: ["alive"], exclude: ["dead"] },
action: {
labels: ["kill", "hidden"],
Expand Down

0 comments on commit 120b3bc

Please sign in to comment.