mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Moo
This commit is contained in:
@@ -62,7 +62,7 @@ module.exports = class ShipCommand extends Command {
|
|||||||
} else if (self) {
|
} else if (self) {
|
||||||
level = 100;
|
level = 100;
|
||||||
} else if (girlfriendUser && owner) {
|
} else if (girlfriendUser && owner) {
|
||||||
level = 95;
|
level = 100;
|
||||||
} else {
|
} else {
|
||||||
const calculated = Math.abs(Number.parseInt(BigInt(first.id) - BigInt(second.id), 10));
|
const calculated = Math.abs(Number.parseInt(BigInt(first.id) - BigInt(second.id), 10));
|
||||||
const random = MersenneTwister19937.seed(calculated);
|
const random = MersenneTwister19937.seed(calculated);
|
||||||
|
|||||||
Reference in New Issue
Block a user