From e1c3d6deda016bc60248573e6205fb4a66c15c52 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 8 Dec 2018 21:15:04 +0900 Subject: [PATCH] Update index.ts --- src/modules/fortune/index.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/fortune/index.ts b/src/modules/fortune/index.ts index 12a1bde..c17cd33 100644 --- a/src/modules/fortune/index.ts +++ b/src/modules/fortune/index.ts @@ -5,6 +5,7 @@ import serifs from '../../serifs'; import * as seedrandom from 'seedrandom'; const omikujis = [ + '藍吉', '大大吉', '大吉', '吉', @@ -110,7 +111,9 @@ const items = [ '消波ブロック', 'ピザ', '歯磨き粉', - '空き缶' + '空き缶', + 'キーホルダー', + '金髪碧眼の美少女' ]; export default class FortuneModule implements IModule {