diff --git a/commands/games-sp/hunger-games.js b/commands/games-sp/hunger-games.js index 6e0f2f91..cf365404 100644 --- a/commands/games-sp/hunger-games.js +++ b/commands/games-sp/hunger-games.js @@ -293,6 +293,10 @@ module.exports = class HungerGamesCommand extends Command { types.push('kill', 'kill'); } else if (tribute.sanity <= 0) { types.push('suicide'); + types.push('kill', 'kill'); + if (!tribute.weapon) { + types.push('weapon', 'weapon', 'weapon', 'weapon'); + } } else { types.push('action'); }