mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 13:17:59 +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 => {
|
friends.forEach(f => {
|
||||||
const friend = new Friend(this.ai, { doc: f });
|
const friend = new Friend(this.ai, { doc: f });
|
||||||
|
|
||||||
// 親愛度が7以上必要
|
// 親愛度が5以上必要
|
||||||
if (friend.love < 7) return;
|
if (friend.love < 5) return;
|
||||||
|
|
||||||
const data = friend.getPerModulesData(this);
|
const data = friend.getPerModulesData(this);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue