diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 5bfe9fcd97..def6af1d22 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1997,4 +1997,12 @@ /obj/item/borg/upgrade/modkit/chassis_mod/kai/uninstall(obj/item/weapon/gun/energy/kinetic_accelerator/KA) KA.desc = initial(KA.desc) KA.icon = initial(KA.icon) - ..() \ No newline at end of file + ..() + +//ArgobargSoup:Lynn Shady +/obj/item/device/flashlight/pen/fluff/lynn + name = "Lynn's penlight" + desc = "A personalized penlight, a bit bulkier than the standard model. Blue, with a medical cross on it, and the name Lynn Shady engraved in gold." + + icon = 'icons/vore/custom_items_vr.dmi' + icon_state = "penlightlynn" diff --git a/config/custom_items.txt b/config/custom_items.txt index 35fb84339c..88cf8e716d 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -60,6 +60,12 @@ character_name: Lethe item_path: /obj/item/clothing/head/helmet/hos/fluff/lethe } +{ +ckey: argobargsoup +character_name: Lynn Shady +item_path: /obj/item/device/flashlight/pen/fluff/lynn +} + { ckey: arokha character_name: Aronai Kadigan diff --git a/icons/vore/custom_items_vr.dmi b/icons/vore/custom_items_vr.dmi index f889952b95..efe71b4224 100644 Binary files a/icons/vore/custom_items_vr.dmi and b/icons/vore/custom_items_vr.dmi differ