From f4cec53ba1990fae856f61fbc98c4bbaceca0181 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 24 Aug 2019 02:18:21 +0900 Subject: [Room] Make Pinguin customizable --- src/client/app/common/scripts/room/furnitures.json5 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/client/app') diff --git a/src/client/app/common/scripts/room/furnitures.json5 b/src/client/app/common/scripts/room/furnitures.json5 index b469ff5a82..7c1a90a3f9 100644 --- a/src/client/app/common/scripts/room/furnitures.json5 +++ b/src/client/app/common/scripts/room/furnitures.json5 @@ -279,7 +279,15 @@ }, { id: "pinguin", - place: "floor" + place: "floor", + props: { + body: 'color', + belly: 'color' + }, + color: { + Body: 'body', + Belly: 'belly', + } }, { id: "rubik-cube", -- cgit v1.2.3-freya