summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-08-15 02:01:49 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-08-15 02:01:49 +0900
commite0bc0d283073081ffd63deb431506b119e4fc599 (patch)
tree9023bbd0221b02452a423fe8c350bbac54e327b1 /src/client/app/common/scripts
parentMerge branch 'master' of https://github.com/syuilo/misskey (diff)
downloadsharkey-e0bc0d283073081ffd63deb431506b119e4fc599.tar.gz
sharkey-e0bc0d283073081ffd63deb431506b119e4fc599.tar.bz2
sharkey-e0bc0d283073081ffd63deb431506b119e4fc599.zip
Add new kao
Diffstat (limited to 'src/client/app/common/scripts')
-rw-r--r--src/client/app/common/scripts/get-kao.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/app/common/scripts/get-kao.ts b/src/client/app/common/scripts/get-kao.ts
index 645196132b..ca7cebaebc 100644
--- a/src/client/app/common/scripts/get-kao.ts
+++ b/src/client/app/common/scripts/get-kao.ts
@@ -1,5 +1,6 @@
export default () => [
'(=^・・^=)',
'v(\'ω\')v',
- '🐡( \'-\' 🐡 )フグパンチ!!!!'
-][Math.floor(Math.random() * 3)];
+ '🐡( \'-\' 🐡 )フグパンチ!!!!',
+ '🖕(´・_・`)🖕'
+][Math.floor(Math.random() * 4)];