From 94f3eb8bf2eb681db030c49ea506c770a78c618c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 5 May 2024 17:48:02 -0400 Subject: [PATCH] Update hunger-games.js --- commands/games-sp/hunger-games.js | 4 ++++ 1 file changed, 4 insertions(+) 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'); }