diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 76a20bf91e1..fbacc37690b 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1342,3 +1342,14 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie user.visible_message("[user] displays their [src.name].\nIt reads: [stored_name], [badge_string].","You display your [src.name].\nIt reads: [stored_name], [badge_string].") else user.visible_message("[user] displays their [src.name].\nIt reads: [badge_string].","You display your [src.name]. It reads: [badge_string].") + +/obj/item/weapon/card/id/fluff/xennith + name = "\improper Amy Lessen's Central Command ID (Xenobiology Director)" + desc = "This ID card identifies Dr. Amelie Lessen as the founder and director of the NanoTrasen Xenobiology Research Department, circa 2553." + icon_state = "centcom" + registered_name = "Amy Lessen" + assignment = "Xenobiology Director" + access = list(access_cent_general,access_cent_thunder,access_cent_medical,access_cent_living,access_cent_storage,access_cent_teleporter,access_research,access_xenobiology,access_maint_tunnels,access_xenoarch,access_robotics,access_tox_storage,access_tox) //Yes, this looks awful. I tried calling both central and resarch access but it didn't work. + age = 39 + blood_type = "O-" + sex = "Female" \ No newline at end of file diff --git a/config/custom_items.txt b/config/custom_items.txt index 0262f575932..7363485b3d7 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -727,6 +727,12 @@ character_name: Penelope Allen item_path: /obj/item/weapon/storage/box/fluff/penelope } +{ +ckey: Xennith +character_name: Amy Lessen +item_path: /obj/item/weapon/card/id/fluff/xennith +} + # ######## Y CKEYS # ######## Z CKEYS {