mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00:00
Update serifs
This commit is contained in:
parent
9fe1122e60
commit
2786fb874e
|
@ -264,6 +264,7 @@ export default class CoreModule implements IModule {
|
|||
if (!msg.isMessage) return true;
|
||||
|
||||
msg.reply(
|
||||
msg.friend.love >= 5 ? serifs.core.humu.love :
|
||||
msg.friend.love <= -3 ? serifs.core.humu.hate :
|
||||
serifs.core.humu.normal);
|
||||
|
||||
|
|
|
@ -57,15 +57,17 @@ export default {
|
|||
hug: {
|
||||
normal: 'ぎゅー...',
|
||||
|
||||
love: 'ぎゅー♪',
|
||||
love: 'ぎゅーっ♪',
|
||||
|
||||
hate: '離れてください...'
|
||||
},
|
||||
|
||||
humu: {
|
||||
normal: 'え、えっと…… ふみふみ……… どうですか…?',
|
||||
love: 'え、えっと…… ふみふみ……… どうですか…?',
|
||||
|
||||
hate: '…'
|
||||
normal: 'えぇ... それはちょっと...',
|
||||
|
||||
hate: '……'
|
||||
},
|
||||
|
||||
batou: {
|
||||
|
|
Loading…
Reference in a new issue