diff --git a/code/modules/resleeving/implant.dm b/code/modules/resleeving/implant.dm
index 87da1de43d..0bf5e91309 100644
--- a/code/modules/resleeving/implant.dm
+++ b/code/modules/resleeving/implant.dm
@@ -15,7 +15,7 @@
Implant Specifications:
Name: [using_map.company_name] Employee Backup Implant
Life: ~8 hours.
-Important Notes: Implant is life-limited due to KHI licensing restrictions. Dissolves into harmless biomaterial after around ~8 hours, the typical work shift.
+Important Notes: Implant is life-limited due to VM licensing restrictions. Dissolves into harmless biomaterial after around ~8 hours, the typical work shift.
Implant Details:
Function: Contains a small swarm of nanobots that perform neuron scanning to create mind-backups.
@@ -41,7 +41,7 @@
//New, modern implanter instead of old style implanter.
/obj/item/weapon/backup_implanter
name = "backup implanter"
- desc = "After discovering that Nanotrasen was just re-using the same implanters over and over again on organics, leading to cross-contamination, Kitsuhana Heavy industries designed this self-cleaning model. Holds four backup implants at a time."
+ desc = "After discovering that Nanotrasen was just re-using the same implanters over and over again on organics, leading to cross-contamination, Vey-Med designed this self-cleaning model. Holds four backup implants at a time."
icon = 'icons/obj/device_alt.dmi'
icon_state = "bimplant"
item_state = "syringe_0"
@@ -152,5 +152,5 @@
//Purely for fluff
/obj/item/weapon/implant/backup/full
- name = "khi backup implant"
- desc = "A normal KHI wireless cortical stack with neutrino and QE transmission for constant-stream consciousness upload."
+ name = "vm backup implant"
+ desc = "A normal VM wireless cortical stack with neutrino and QE transmission for constant-stream consciousness upload."