From 8524803b06a6a2ff647605f58dc04c30a969ed33 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 16 Feb 2019 01:44:25 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=8A=E3=81=8B=E3=81=88=E3=82=8A=E3=81=AA?= =?UTF-8?q?=E3=81=95=E3=81=84=E3=81=BE=E3=81=9B=E2=99=A1=E2=99=A1=E2=99=A1?= =?UTF-8?q?=E3=81=94=E4=B8=BB=E4=BA=BA=E6=A7=98=E3=81=A3=E3=81=A3=E2=99=A1?= =?UTF-8?q?=E2=99=A1=E2=99=A1=E2=99=A1=E2=99=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/core/index.ts | 6 +++--- src/serifs.ts | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/modules/core/index.ts b/src/modules/core/index.ts index 2a9aea1..bd02bda 100644 --- a/src/modules/core/index.ts +++ b/src/modules/core/index.ts @@ -142,9 +142,9 @@ export default class extends Module { if (msg.includes(['ただいま'])) { msg.reply( - msg.friend.love >= 7 - ? serifs.core.okaeri.love(msg.friend.name) - : serifs.core.okaeri.normal(msg.friend.name)); + msg.friend.love >= 15 ? serifs.core.okaeri.love2(msg.friend.name) : + msg.friend.love >= 7 ? serifs.core.okaeri.love(msg.friend.name) : + serifs.core.okaeri.normal(msg.friend.name)); incLove(); return true; } diff --git a/src/serifs.ts b/src/serifs.ts index 5b1b3db..6df8c17 100644 --- a/src/serifs.ts +++ b/src/serifs.ts @@ -27,6 +27,8 @@ export default { okaeri: { love: name => name ? `おかえりなさい、${name}♪` : 'おかえりなさい♪', + love2: name => name ? `おかえりなさいませ♡♡♡${name}っっ♡♡♡♡♡` : 'おかえりなさいませ♡♡♡ご主人様っっ♡♡♡♡♡', + normal: name => name ? `おかえりなさい、${name}!` : 'おかえりなさい!', }, @@ -100,7 +102,7 @@ export default { itai: name => name ? `${name}、大丈夫ですか…? いたいのいたいの飛んでけっ!` : '大丈夫ですか…? いたいのいたいの飛んでけっ!', - ote: 'くぅん... 私わんちゃんなんですか?', + ote: 'くぅん... 私わんちゃんじゃないですよ...?', shutdown: '私まだ眠くないですよ...?', },