From e0bc0d283073081ffd63deb431506b119e4fc599 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 15 Aug 2018 02:01:49 +0900 Subject: [PATCH] Add new kao --- src/client/app/common/scripts/get-kao.ts | 5 +++-- 1 file 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 645196132..ca7cebaeb 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)];