use JSON rare table for BB

This commit is contained in:
Martin Michelsen
2023-07-01 22:35:21 -07:00
parent 9916fb946d
commit a81793f695
12 changed files with 8443 additions and 166 deletions
+1 -1
View File
@@ -762,7 +762,7 @@ Proxy session commands:\n\
}
PlayerInventoryItem item;
item.data = item_for_string(command_args);
item.data = ItemData(command_args);
item.data.id = random_object<uint32_t>();
if (command_name == "set-next-item") {