diff options
Diffstat (limited to 'src/client/scripts')
| -rw-r--r-- | src/client/scripts/room/furnitures.json5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/scripts/room/furnitures.json5 b/src/client/scripts/room/furnitures.json5 index ae99c8bb83..4a40994107 100644 --- a/src/client/scripts/room/furnitures.json5 +++ b/src/client/scripts/room/furnitures.json5 @@ -399,5 +399,9 @@ { id: 'doll-ai', place: "floor", - } + }, + { + id: 'banknote', + place: "floor", + }, ] |