Update hunger-games.js

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