diff --git a/code/modules/mob/language/station_vr.dm b/code/modules/mob/language/station_vr.dm index 58ac51e00e..627f823aef 100644 --- a/code/modules/mob/language/station_vr.dm +++ b/code/modules/mob/language/station_vr.dm @@ -34,7 +34,6 @@ exclaim_verb = "barks" colour = "vulpkanin" key = "8" //lol, no idea - Poojawa - flags = RESTRICTED syllables = list("rur","ya","cen","rawr","bar","kuk","tek","qat","uk","wu","vuh","tah","tch","schz","auch", \ "ist","ein","entch","zwichs","tut","mir","wo","bis","es","vor","nic","gro","lll","enem","zandt","tzch","noch", \ "hel","ischt","far","wa","baram","iereng","tech","lach","sam","mak","lich","gen","or","ag","eck","gec","stag","onn", \ @@ -48,7 +47,6 @@ exclaim_verb = "incants" colour = "cult" //No clue what to put here - Table key = "-" //dunno if this is a valid key. - Table - flags = RESTRICTED syllables = list("viepn","e","bag","docu","kar","xlaqf","raa","qwos","nen","ty","von","kytaf","xin","ty","ka","baak","hlafaifpyk","znu","agrith","na'ar","uah","plhu","six","fhler","bjel","scee","lleri", "dttm","aggr","uujl","hjjifr","wwuthaav",) @@ -60,7 +58,6 @@ exclaim_verb = "loudly sings" colour = "birdsongc" //No clue what to put here - Table key = "*" //dunno if this is a valid key. - Table - flags = RESTRICTED syllables = list("salve","sum","loqui","operatur","iusta","et","permittit","facere","effercio","pluribus","enim","hoc", "mihi","wan","six","salve","tartu") diff --git a/code/modules/vore/fluffstuff/custom_boxes_yw.dm b/code/modules/vore/fluffstuff/custom_boxes_yw.dm index 1a41a86cee..a1cdba9047 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_yw.dm @@ -110,6 +110,16 @@ /obj/item/weapon/storage/belt/utility/fluff/raja_belt, /obj/item/clothing/suit/storage/hooded/wintercoat/fluff/raja_coat) +//Shel Nargol + +/obj/item/weapon/storage/box/fluff/shel + name = "Shel's Kit" + desc = "A kit containing Shel's equipment." + has_items = list( + /obj/item/clothing/gloves/fluff/shel_gloves, + /obj/item/clothing/under/fluff/shel) + + // ************** // Admiral Dragon // ************** diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index a871efdbf3..644589d7d2 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -514,6 +514,24 @@ icon_override = 'icons/vore/custom_clothes_yw.dmi' icon_state = "coatmech_mob" +//Shel Nargol + +/obj/item/clothing/gloves/fluff/shel_gloves + name = "Leather armwraps" + desc = "A bunch of leather and linen strips to act as some sort of gloves. The fingers are free, and the left arm is covered in the wraps completely." + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "armwraps" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + item_state = "armwraps" + +/obj/item/clothing/under/fluff/shel + name = "Padded pants" + desc = "A pair of padded linen pants reinforced with leather every here and there. Comes with a plain black belt too." + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "paddedpants_s" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + item_state = "paddedpants" + // *********** // Johnwolf135 // *********** diff --git a/config/custom_items.txt b/config/custom_items.txt index d911b439a0..7efc7c3890 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -137,6 +137,12 @@ character_name: Raja Bastet item_path: /obj/item/weapon/storage/box/fluff/raja } +{ +ckey: izac112 +character_name: Shel Nargol +item_path: /obj/item/weapon/storage/box/fluff/shel +} + { ckey: ivymoomoo character_name: Ivy Baladeva diff --git a/icons/vore/custom_clothes_yw.dmi b/icons/vore/custom_clothes_yw.dmi index 781dbccf0a..d105a44900 100644 Binary files a/icons/vore/custom_clothes_yw.dmi and b/icons/vore/custom_clothes_yw.dmi differ