mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 05:08:00 +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;
|
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);
|
||||||
|
|
||||||
|
|
|
@ -57,15 +57,17 @@ export default {
|
||||||
hug: {
|
hug: {
|
||||||
normal: 'ぎゅー...',
|
normal: 'ぎゅー...',
|
||||||
|
|
||||||
love: 'ぎゅー♪',
|
love: 'ぎゅーっ♪',
|
||||||
|
|
||||||
hate: '離れてください...'
|
hate: '離れてください...'
|
||||||
},
|
},
|
||||||
|
|
||||||
humu: {
|
humu: {
|
||||||
normal: 'え、えっと…… ふみふみ……… どうですか…?',
|
love: 'え、えっと…… ふみふみ……… どうですか…?',
|
||||||
|
|
||||||
hate: '…'
|
normal: 'えぇ... それはちょっと...',
|
||||||
|
|
||||||
|
hate: '……'
|
||||||
},
|
},
|
||||||
|
|
||||||
batou: {
|
batou: {
|
||||||
|
|
Loading…
Reference in a new issue