diff --git a/commands/ship.js b/commands/ship.js index 9db97cc..ee91729 100644 --- a/commands/ship.js +++ b/commands/ship.js @@ -57,7 +57,7 @@ exports.run = async (client, message, args, level, data) => { under += 10 } - if (rating > 99) { + if (rating >= 99) { meter.splice(9, 0, hearts.random()) }