mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +01:00
does it
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,"<span class='notice'>LANGUAGES - LOADING</span>")
|
||||
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,"<span class='notice'>LANGUAGES - INITIALISED</span>")
|
||||
|
||||
//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
|
||||
|
||||
Reference in New Issue
Block a user