diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index fa2375e867..0d06830234 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -806,6 +806,13 @@ rolled_sleeves = 0 starting_accessories = list(/obj/item/clothing/accessory/black) +//Kisukegema:Kisuke `the nerd` Gema +/obj/item/clothing/glasses/sunglasses/omnihud/kamina + name = "Kamina glasses" + icon_state = "kamina" + desc = "ROW ROW, FIGHT THE POWER." + see_invisible = SEE_INVISIBLE_LEVEL_TWO //DO THE IMPOSSIBLE, SEE THE INVISIBLE + //Kitsuhana Uniforms /obj/item/clothing/under/rank/khi name = "Delete Me" diff --git a/config/custom_items.txt b/config/custom_items.txt index 69bfb89fd2..f503ff6c2b 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -274,7 +274,7 @@ item_path: /obj/item/device/modkit_conversion/fluff/harmonyspace { ckey: kisukegema character_name: Kisuke 'The Nerd' Gema -item_path: /obj/item/clothing/glasses/sunglasses/fluff/nerdglasses +item_path: /obj/item/clothing/glasses/sunglasses/omnihud/kamina } { diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 9752dad2ea..978b250ae2 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ diff --git a/icons/vore/custom_items_vr.dmi b/icons/vore/custom_items_vr.dmi index eac55b4e65..4077cb510b 100644 Binary files a/icons/vore/custom_items_vr.dmi and b/icons/vore/custom_items_vr.dmi differ