From e38ced025dda204d74b8b74deddcb8ae90201a45 Mon Sep 17 00:00:00 2001 From: faaaay <69845288+faaaay@users.noreply.github.com> Date: Mon, 22 Aug 2022 23:20:57 +0100 Subject: [PATCH] does it --- .../loadout/loadout_fluffitems_vr.dm | 7 ++++++ .../vore/fluffstuff/custom_items_vr.dm | 25 +++++++++++++++++++ 2 files changed, 32 insertions(+) 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