Update serifs

This commit is contained in:
syuilo 2018-09-03 14:03:14 +09:00
parent 9fe1122e60
commit 2786fb874e
2 changed files with 6 additions and 3 deletions

View file

@ -264,6 +264,7 @@ export default class CoreModule implements IModule {
if (!msg.isMessage) return true; if (!msg.isMessage) return true;
msg.reply( msg.reply(
msg.friend.love >= 5 ? serifs.core.humu.love :
msg.friend.love <= -3 ? serifs.core.humu.hate : msg.friend.love <= -3 ? serifs.core.humu.hate :
serifs.core.humu.normal); serifs.core.humu.normal);

View file

@ -57,15 +57,17 @@ export default {
hug: { hug: {
normal: 'ぎゅー...', normal: 'ぎゅー...',
love: 'ぎゅー♪', love: 'ぎゅー♪',
hate: '離れてください...' hate: '離れてください...'
}, },
humu: { humu: {
normal: 'え、えっと…… ふみふみ……… どうですか…?', love: 'え、えっと…… ふみふみ……… どうですか…?',
hate: '…' normal: 'えぇ... それはちょっと...',
hate: '……'
}, },
batou: { batou: {