mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 01:17:17 +09:00
Update index.ts
This commit is contained in:
parent
bf7e1ec77e
commit
51543b135c
@ -31,8 +31,8 @@ export default class extends Module {
|
||||
friends.forEach(f => {
|
||||
const friend = new Friend(this.ai, { doc: f });
|
||||
|
||||
// 親愛度が7以上必要
|
||||
if (friend.love < 7) return;
|
||||
// 親愛度が5以上必要
|
||||
if (friend.love < 5) return;
|
||||
|
||||
const data = friend.getPerModulesData(this);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user