diff --git a/src/components/Item.tsx b/src/components/Item.tsx index 849c8f8b..996bad35 100644 --- a/src/components/Item.tsx +++ b/src/components/Item.tsx @@ -20,8 +20,11 @@ const dataBlockToShapeName = { GrenadeLauncher: "weapon_grenade_launcher.dts", GrenadeLauncherAmmo: "ammo_grenade.dts", InventoryDeployable: "pack_deploy_inventory.dts", + Mine: "ammo_mine.dts", + MotionSensorDeployable: "pack_deploy_sensor_motion.dts", Plasma: "weapon_plasma.dts", PlasmaAmmo: "ammo_plasma.dts", + PulseSensorDeployable: "pack_deploy_sensor_pulse.dts", RepairKit: "repair_kit.dts", RepairPack: "pack_upgrade_repair.dts", RepairPatch: "repair_patch.dts",