diff --git a/code/modules/nifsoft/nif.dm b/code/modules/nifsoft/nif.dm index db6d66e7fd..c168717501 100644 --- a/code/modules/nifsoft/nif.dm +++ b/code/modules/nifsoft/nif.dm @@ -564,6 +564,13 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable of self-replicating nanotechnology. Basically just a high-endurance NIF." durability = 1000 +/obj/item/device/nif/authenticbio + name = "\improper Bioadaptive Kitsuhana NIF" + desc = "An actual Kitsuhana working surface, in a box. From a society slightly less afraid \ + of self-replicating nanotechnology. Basically just a high-endurance NIF." + durability = 1000 + bioadap = TRUE + /obj/item/device/nif/bioadap name = "bioadaptive NIF" desc = "A NIF that goes out of it's way to accomidate strange body types. \ diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index 694d23b872..d3c8232fc8 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -726,7 +726,7 @@ /obj/item/clothing/suit/storage/seromi/cloak/fluff/strix name = "Colony Director Coat" - desc = "It drapes over a Teshari's shoulders and closes at the neck with pockets convienently placed inside. It bears the Colony Director's colors. The name 'Strix Hades' is embroilled in gold lettering around a golden embroilled outline on the neck collar." + desc = "It drapes over a Avali's shoulders and closes at the neck with pockets convienently placed inside. It bears the Colony Director's colors. The name 'Strix Hades' is embroilled in gold lettering around a golden embroilled outline on the neck collar." icon = 'icons/vore/custom_clothes_yw.dmi' icon_state = "tesh_cloak_cd" icon_override = 'icons/vore/custom_clothes_yw.dmi' @@ -735,7 +735,7 @@ /obj/item/clothing/under/seromi/undercoat/fluff/strix name = "Colony Director Undercoat" - desc = "A Teshari traditional garb, with a modern twist! Made of micro and nanofibres to make it light and billowy, perfect for going fast and stylishly!" + desc = "Made of carbon nanofiber, it is light and billowy, perfect for going fast and stylishly!" icon = 'icons/vore/custom_clothes_yw.dmi' icon_override = 'icons/vore/custom_onmob_yw.dmi' icon_state = "tesh_uniform_cd" @@ -1111,3 +1111,15 @@ icon = 'icons/vore/custom_clothes_yw.dmi' icon_state = "noel_uniform" icon_override = 'icons/vore/custom_onmob_yw.dmi' + +// ****** +// Roguenoob +// ******` + +//Basir Fahim + +/obj/item/clothing/gloves/ring/fluff/basir + name = "Sundancer Engagement Ring" + desc = "This ring is stylized to have an ornate sun, with a sample of phoron swirling around inside. Keep away from Fire! Inscribed along the band is a sentence in Siik; \"Always yours, my little frost-fire. With love. -Sheri\"" + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "plasma_ring" \ No newline at end of file diff --git a/config/custom_items.txt b/config/custom_items.txt index b22deca991..a9c80b4246 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -330,6 +330,12 @@ character_name: Alex Wolf item_path: /obj/item/clothing/accessory/fluff/alex_wolf_1 } +{ +ckey: roguenoob +character_name: Basir Fahim +item_path: /obj/item/clothing/gloves/ring/fluff/basir +} + # ######## S CKEYS { ckey: shaper diff --git a/icons/vore/custom_clothes_yw.dmi b/icons/vore/custom_clothes_yw.dmi index 1c6d00b8ab..166234ce53 100644 Binary files a/icons/vore/custom_clothes_yw.dmi and b/icons/vore/custom_clothes_yw.dmi differ