summaryrefslogtreecommitdiff
path: root/src/client/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-05-16 23:51:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-05-16 23:51:32 +0900
commitc1b95838f6cb20d2d91deb773044aa0ede1df86c (patch)
tree9e8da3019bac77462e2f48a3db64a1d2825ed5e4 /src/client/scripts
parentchore(locale): Add doll-ai translation (diff)
parentAdd Ai3Dstatic model for Room. (#6350) (diff)
downloadsharkey-c1b95838f6cb20d2d91deb773044aa0ede1df86c.tar.gz
sharkey-c1b95838f6cb20d2d91deb773044aa0ede1df86c.tar.bz2
sharkey-c1b95838f6cb20d2d91deb773044aa0ede1df86c.zip
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
Diffstat (limited to 'src/client/scripts')
-rw-r--r--src/client/scripts/room/furnitures.json54
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/scripts/room/furnitures.json5 b/src/client/scripts/room/furnitures.json5
index c731e85a9f..ae99c8bb83 100644
--- a/src/client/scripts/room/furnitures.json5
+++ b/src/client/scripts/room/furnitures.json5
@@ -395,5 +395,9 @@
{
id: 'energy-drink',
place: "floor",
+ },
+ {
+ id: 'doll-ai',
+ place: "floor",
}
]