mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-06 13:13:49 +09:00
✌️
This commit is contained in:
@ -45,6 +45,9 @@ export default class CoreModule implements IModule {
|
||||
birthFriends.forEach(f => {
|
||||
const friend = new Friend(this.ai, { doc: f });
|
||||
|
||||
// 親愛度が3以上必要
|
||||
if (friend.love < 3) return;
|
||||
|
||||
const data = friend.getPerModulesData(this);
|
||||
|
||||
if (data.lastBirthdayChecked == today) return;
|
||||
|
Reference in New Issue
Block a user