This commit is contained in:
Dragon Fire
2021-05-08 21:46:03 -04:00
parent 1f307bd3ed
commit a0f63a23cb
+1 -1
View File
@@ -62,7 +62,7 @@ module.exports = class ShipCommand extends Command {
} else if (self) {
level = 100;
} else if (girlfriendUser && owner) {
level = 95;
level = 100;
} else {
const calculated = Math.abs(Number.parseInt(BigInt(first.id) - BigInt(second.id), 10));
const random = MersenneTwister19937.seed(calculated);