diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index cdd2bb770f..186d0da6c0 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1948,3 +1948,10 @@ name = "nobel sciences award" desc = "A bronze medal which represents significant contributions to the field of science or engineering, this one has Ashley Kifer engraved on it." +//lm40 - Kenzie Houser +/obj/item/weapon/reagent_containers/hypospray/vial/kenzie + name = "gold-trimmed hypospray" + desc = "A gold-trimmed MKII hypospray. The name 'Kenzie Houser' is engraved on the side." + icon = 'icons/vore/custom_items_vr.dmi' + item_state = "kenziehypo" + icon_state = "kenziehypo" \ No newline at end of file diff --git a/config/custom_items.txt b/config/custom_items.txt index 32c870a896..036d0b3498 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -535,6 +535,13 @@ item_path: /obj/item/clothing/accessory/medal/nobel_science/fluff/ashley # ######## L CKEYS +{ +ckey: lm40 +character_name: Kenzie Houser +item_path: /obj/item/weapon/reagent_containers/hypospray/vial/kenzie +req_access: 5 +} + #Weapon Box. Permit Expired #{ #ckey: luminescentring diff --git a/icons/vore/custom_items_vr.dmi b/icons/vore/custom_items_vr.dmi index aa2910fb65..97578011b4 100644 Binary files a/icons/vore/custom_items_vr.dmi and b/icons/vore/custom_items_vr.dmi differ