diff --git a/commands/games-sp/hunger-games.js b/commands/games-sp/hunger-games.js index eda9a426..43c24e2b 100644 --- a/commands/games-sp/hunger-games.js +++ b/commands/games-sp/hunger-games.js @@ -205,7 +205,8 @@ module.exports = class HungerGamesCommand extends Command { if (!tribute.weapon) { types.push('weapon', 'weapon', 'weapon', 'weapon'); } - types.push('action', 'action'); + types.push('action'); + types.push('kill'); } else if (tribute.sanity > 60) { if (tribute.food > 0) { types.push('food', 'food', 'food', 'food');