From 994c14ff21f4b9d21d889c6fe020c154a35b3cb6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 5 May 2024 17:54:15 -0400 Subject: [PATCH] Update hunger-games.js --- commands/games-sp/hunger-games.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/commands/games-sp/hunger-games.js b/commands/games-sp/hunger-games.js index cf365404..3b9eba14 100644 --- a/commands/games-sp/hunger-games.js +++ b/commands/games-sp/hunger-games.js @@ -246,8 +246,8 @@ module.exports = class HungerGamesCommand extends Command { types.push('kill', 'kill'); } if (tribute.injured) { - types.push('injury', 'injury'); - types.push('suicide', 'suicide'); + types.push('injury', 'injury', 'injury'); + types.push('suicide'); } else { types.push('action', 'action'); types.push('kill', 'kill'); @@ -265,8 +265,8 @@ module.exports = class HungerGamesCommand extends Command { types.push('kill', 'kill', 'kill'); } if (tribute.injured) { - types.push('injury'); - types.push('suicide', 'suicide', 'suicide'); + types.push('injury', 'injury', 'injury'); + types.push('suicide'); } else { types.push('kill', 'kill', 'kill'); types.push('action'); @@ -283,7 +283,8 @@ module.exports = class HungerGamesCommand extends Command { types.push('kill', 'kill', 'kill', 'kill'); } if (tribute.injured) { - types.push('suicide', 'suicide', 'suicide', 'suicide'); + types.push('injury', 'injury', 'injury'); + types.push('suicide'); } else { types.push('kill', 'kill', 'kill', 'kill'); }