From c90dbf76d08e4815100107f3bc82a518241b46cc Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 5 May 2024 11:23:31 -0400 Subject: [PATCH] Fix --- commands/games-sp/hunger-games.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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');