Skip to content

Commit 7e8c878

Browse files
committed
update admin script to give more smart items
1 parent d82f150 commit 7e8c878

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/world/script/AdminScript.s.sol

+7
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ contract AdminScript is Script {
4949

5050
world.adminAddToInventory(playerEntityId, ObjectTypes.OakLog, 99);
5151
world.adminAddToInventory(playerEntityId, ObjectTypes.Chest, 1);
52+
world.adminAddToInventory(playerEntityId, ObjectTypes.SmartChest, 1);
53+
world.adminAddToInventory(playerEntityId, ObjectTypes.TextSign, 1);
54+
world.adminAddToInventory(playerEntityId, ObjectTypes.SmartTextSign, 1);
55+
world.adminAddToInventory(playerEntityId, ObjectTypes.Workbench, 1);
56+
world.adminAddToInventory(playerEntityId, ObjectTypes.Thermoblaster, 1);
57+
world.adminAddToInventory(playerEntityId, ObjectTypes.SpawnTile, 1);
58+
world.adminAddToInventory(playerEntityId, ObjectTypes.Bed, 1);
5259
world.adminAddToolToInventory(playerEntityId, ObjectTypes.SilverPick);
5360

5461
vm.stopBroadcast();

0 commit comments

Comments
 (0)