Update hunger-games.js

This commit is contained in:
Dragon Fire
2024-05-05 17:54:15 -04:00
committed by GitHub
parent 94f3eb8bf2
commit 994c14ff21
+6 -5
View File
@@ -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');
}