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)];