mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 05:17:23 +09: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…
x
Reference in New Issue
Block a user