diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm
index 184bce83f3..c875a1d322 100644
--- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm
+++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm
@@ -326,6 +326,13 @@
ckeywhitelist = list("coolcrow420")
character_name = list("Jade Davis")
+/datum/gear/fluff/m4il_hdd
+ path = /obj/item/weapon/implant/language/fluff/m41l
+ display_name = "dusty hard drive"
+ slot = "implant"
+ ckeywhitelist = list("coolcrow420")
+ character_name = list("M41L")
+
// D CKEYS
/datum/gear/fluff/dhaeleena_medal
path = /obj/item/clothing/accessory/medal/silver/security/fluff/dhael
diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm
index 7694b46755..04339f2c4e 100644
--- a/code/modules/vore/fluffstuff/custom_items_vr.dm
+++ b/code/modules/vore/fluffstuff/custom_items_vr.dm
@@ -1426,6 +1426,31 @@
icon_state = "stamp-midhorror"
stamptext = "This paper has been certified by The Council of Mid Horror"
+//Coolcrow420 - M41l
+/obj/item/weapon/implant/language/fluff/m41l
+ name = "dusty hard drive"
+ desc = "A hard drive containing knowledge of various languages."
+
+/obj/item/weapon/implant/language/fluff/m41l/post_implant(mob/M)
+ to_chat(M,"LANGUAGES - LOADING")
+ M.add_language(LANGUAGE_SKRELLIAN)
+ M.add_language(LANGUAGE_UNATHI)
+ M.add_language(LANGUAGE_SIIK)
+ M.add_language(LANGUAGE_EAL)
+ M.add_language(LANGUAGE_SCHECHI)
+ M.add_language(LANGUAGE_ZADDAT)
+ M.add_language(LANGUAGE_BIRDSONG)
+ M.add_language(LANGUAGE_SAGARU)
+ M.add_language(LANGUAGE_DAEMON)
+ M.add_language(LANGUAGE_ENOCHIAN)
+ M.add_language(LANGUAGE_VESPINAE)
+ M.add_language(LANGUAGE_SLAVIC)
+ M.add_language(LANGUAGE_DRUDAKAR)
+ M.add_language(LANGUAGE_SPACER)
+ M.add_language(LANGUAGE_TAVAN)
+ M.add_language(LANGUAGE_ECHOSONG)
+ to_chat(M,"LANGUAGES - INITIALISED")
+
//thedavestdave Lucky
///I know this is pretty bodgey but if it stupid and it works it isn't stupid
/obj/item/clothing/suit/armor/combat/crusader_costume/lucky