Update hunger-games.js

This commit is contained in:
Dragon Fire
2024-05-05 12:04:55 -04:00
committed by GitHub
parent d47c5e9390
commit 2c85a8e855
+4 -4
View File
@@ -203,7 +203,7 @@ module.exports = class HungerGamesCommand extends Command {
types.push('action', 'action', 'action', 'action');
}
if (tribute.injured) {
types.push('injured', 'injured', 'injured', 'action');
types.push('injury', 'injury', 'injury', 'action');
} else {
types.push('action', 'action', 'action', 'action');
}
@@ -220,7 +220,7 @@ module.exports = class HungerGamesCommand extends Command {
types.push('kill');
}
if (tribute.injured) {
types.push('injured', 'injured', 'injured');
types.push('injury', 'injury', 'injury');
types.push('suicide');
} else {
types.push('action', 'action', 'action');
@@ -240,7 +240,7 @@ module.exports = class HungerGamesCommand extends Command {
types.push('kill', 'kill');
}
if (tribute.injured) {
types.push('injured', 'injured');
types.push('injury', 'injury');
types.push('suicide', 'suicide');
} else {
types.push('action', 'action');
@@ -259,7 +259,7 @@ module.exports = class HungerGamesCommand extends Command {
types.push('kill', 'kill', 'kill');
}
if (tribute.injured) {
types.push('injured');
types.push('injury');
types.push('suicide', 'suicide', 'suicide');
} else {
types.push('kill', 'kill', 'kill');