This commit is contained in:
syuilo 2018-09-02 09:02:06 +09:00
parent f6fc988d7c
commit 2ef18a924d
2 changed files with 6 additions and 3 deletions

View file

@ -206,6 +206,7 @@ export default class CoreModule implements IModule {
if (!includes(msg.text, ['罵倒して', '罵って'])) return false;
msg.reply(
msg.friend.love >= 5 ? serifs.core.batou.love :
msg.friend.love <= -5 ? serifs.core.batou.hate :
serifs.core.batou.normal);

View file

@ -43,13 +43,15 @@ export default {
love: '嬉しいです♪',
hate: '...ありがとうございます'
hate: 'ありがとうございます'
},
batou: {
normal: '...AIに罵られたいんですか この変態!',
love: '…AIに罵られたいんですか この変態!',
hate: '...頭大丈夫ですか?'
normal: '(じとー…)',
hate: '…頭大丈夫ですか?'
}
},