mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00: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…
Reference in a new issue