diff --git a/code/game/machinery/adv_med_vr.dm b/code/game/machinery/adv_med_vr.dm
new file mode 100644
index 00000000000..fc3433bc874
--- /dev/null
+++ b/code/game/machinery/adv_med_vr.dm
@@ -0,0 +1,17 @@
+/*
+
+/obj/machinery/bodyscanner/proc/get_occupant_data_vr(list/incoming = list(),mob/living/carbon/human/H)
+ incoming["Weight"] = H.weight
+ return
+
+
+
+/obj/machinery/body_scanconsole/proc/med_info2(var/list/occ, var/dat = "Scan performed at [occ["stationtime"]]
")
+ dat += text("Body Weight (to scale): [occ["weight"]]lbs / [occ["weight"] / 2.20463]kg
" // Table within a table for alignment, also allows you to easily add more colomns.
- . += "
|