diff --git a/code/game/objects/items/weapons/storage/backpack.dm b/code/game/objects/items/weapons/storage/backpack.dm index 12bf60d191a..8530a757773 100644 --- a/code/game/objects/items/weapons/storage/backpack.dm +++ b/code/game/objects/items/weapons/storage/backpack.dm @@ -498,7 +498,7 @@ /obj/item/storage/backpack/typec icon = 'icons/mob/species/breeder/inventory.dmi' - name = "type c wings" + name = "type c zo'ra wings" desc = "The wings of a CB Caste Vaurca. They are far too small at this stage to permit sustained periods of flight in most situations." icon_state = "wings" item_state = "wings" @@ -509,6 +509,32 @@ species_restricted = list(BODYTYPE_VAURCA_BREEDER) sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/back.dmi') +/obj/item/storage/backpack/typec_klax + icon = 'icons/mob/species/breeder/inventory.dmi' + name = "type c k'lax wings" + desc = "The wings of a CB Caste Vaurca. They are far too small at this stage to permit sustained periods of flight in most situations." + icon_state = "wings_klax" + item_state = "wings_klax" + w_class = ITEMSIZE_HUGE + slot_flags = SLOT_BACK + max_storage_space = 12 + canremove = 0 + species_restricted = list(BODYTYPE_VAURCA_BREEDER) + sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/back.dmi') + +/obj/item/storage/backpack/typec_cthur + icon = 'icons/mob/species/breeder/inventory.dmi' + name = "type c c'thur wings" + desc = "The wings of a CB Caste Vaurca. They are far too small at this stage to permit sustained periods of flight in most situations." + icon_state = "wings_cthur" + item_state = "wings_cthur" + w_class = ITEMSIZE_HUGE + slot_flags = SLOT_BACK + max_storage_space = 12 + canremove = 0 + species_restricted = list(BODYTYPE_VAURCA_BREEDER) + sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/back.dmi') + /obj/item/storage/backpack/service name = "idris service backpack" desc = "The infamously Idris Service Standard refers to this monstrous, self-stabilizing back-mounted utensil and service item holder, not anything professional." diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index a445c1d4a5f..ce927821828 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -530,6 +530,26 @@ species_restricted = list(BODYTYPE_VAURCA_BREEDER) sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/head.dmi') +/obj/item/clothing/head/klax_breeder + name = "k'lax represenatitve shroud" + desc = "Large shroud used by K'lax representatives." + icon = 'icons/mob/species/breeder/inventory.dmi' + item_state = "shroud_klax" + icon_state = "shroud_klax" + contained_sprite = FALSE + species_restricted = list(BODYTYPE_VAURCA_BREEDER) + sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/head.dmi') + +/obj/item/clothing/head/cthur_breeder + name = "c'thur representative shroud" + desc = "Large shroud used by C'thur representatives." + icon = 'icons/mob/species/breeder/inventory.dmi' + item_state = "shroud_cthur" + icon_state = "shroud_cthur" + contained_sprite = FALSE + species_restricted = list(BODYTYPE_VAURCA_BREEDER) + sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/head.dmi') + /obj/item/clothing/head/navy name = "sol navy utility cover" desc = "A military cover issued to Sol Alliance navy members as part of their field uniform." diff --git a/code/modules/clothing/shoes/vaurca.dm b/code/modules/clothing/shoes/vaurca.dm index 4934628d5d6..bc8a4c35be8 100644 --- a/code/modules/clothing/shoes/vaurca.dm +++ b/code/modules/clothing/shoes/vaurca.dm @@ -19,4 +19,24 @@ icon_state = "typec_shoes" contained_sprite = FALSE species_restricted = list(BODYTYPE_VAURCA_BREEDER) + sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/shoes.dmi') + +/obj/item/clothing/shoes/vaurca/breeder_klax + name = "k'lax representative shoes" + desc = "Large shoes used by K'lax representatives." + icon = 'icons/mob/species/breeder/inventory.dmi' + item_state = "typec_shoes_klax" + icon_state = "typec_shoes_klax" + contained_sprite = FALSE + species_restricted = list(BODYTYPE_VAURCA_BREEDER) + sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/shoes.dmi') + +/obj/item/clothing/shoes/vaurca/breeder_cthur + name = "c'thur representative shoes" + desc = "Large shoes used by C'thur representatives." + icon = 'icons/mob/species/breeder/inventory.dmi' + item_state = "typec_shoes_cthur" + icon_state = "typec_shoes_cthur" + contained_sprite = FALSE + species_restricted = list(BODYTYPE_VAURCA_BREEDER) sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/shoes.dmi') \ No newline at end of file diff --git a/code/modules/clothing/suits/xeno/vaurca.dm b/code/modules/clothing/suits/xeno/vaurca.dm index fc8fd3bbe1d..e0afe4e5135 100644 --- a/code/modules/clothing/suits/xeno/vaurca.dm +++ b/code/modules/clothing/suits/xeno/vaurca.dm @@ -37,4 +37,24 @@ icon_state = "representative_clothes" contained_sprite = FALSE species_restricted = list(BODYTYPE_VAURCA_BREEDER) + sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/suit.dmi') + +/obj/item/clothing/suit/vaurca/breeder_klax + name = "k'lax representative clothes" + desc = "A large piece of clothing used by K'lax representatives." + icon = 'icons/mob/species/breeder/inventory.dmi' + item_state = "representative_clothes_klax" + icon_state = "representative_clothes_klax" + contained_sprite = FALSE + species_restricted = list(BODYTYPE_VAURCA_BREEDER) + sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/suit.dmi') + +/obj/item/clothing/suit/vaurca/breeder_cthur + name = "c'thur representative clothes" + desc = "A large piece of clothing used by C'thur representatives." + icon = 'icons/mob/species/breeder/inventory.dmi' + item_state = "representative_clothes_cthur" + icon_state = "representative_clothes_cthur" + contained_sprite = FALSE + species_restricted = list(BODYTYPE_VAURCA_BREEDER) sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/suit.dmi') \ No newline at end of file diff --git a/html/changelogs/desven-vaurcaevent.yml b/html/changelogs/desven-vaurcaevent.yml new file mode 100644 index 00000000000..855d844eab3 --- /dev/null +++ b/html/changelogs/desven-vaurcaevent.yml @@ -0,0 +1,4 @@ +author: Desven +delete-after: True +changes: + - rscadd: "Added some clothes for the upcoming Vaurca events." diff --git a/icons/mob/species/breeder/back.dmi b/icons/mob/species/breeder/back.dmi index 034cf1118f1..0d4db8988a3 100644 Binary files a/icons/mob/species/breeder/back.dmi and b/icons/mob/species/breeder/back.dmi differ diff --git a/icons/mob/species/breeder/head.dmi b/icons/mob/species/breeder/head.dmi index 3b6ca2f3d72..23a0c021270 100644 Binary files a/icons/mob/species/breeder/head.dmi and b/icons/mob/species/breeder/head.dmi differ diff --git a/icons/mob/species/breeder/inventory.dmi b/icons/mob/species/breeder/inventory.dmi index 6911f2f607d..0e0df3f2d70 100644 Binary files a/icons/mob/species/breeder/inventory.dmi and b/icons/mob/species/breeder/inventory.dmi differ diff --git a/icons/mob/species/breeder/shoes.dmi b/icons/mob/species/breeder/shoes.dmi index 37fc1bbda39..efeb5c35ed1 100644 Binary files a/icons/mob/species/breeder/shoes.dmi and b/icons/mob/species/breeder/shoes.dmi differ diff --git a/icons/mob/species/breeder/suit.dmi b/icons/mob/species/breeder/suit.dmi index 1126e9fc7a4..76d64de9d92 100644 Binary files a/icons/mob/species/breeder/suit.dmi and b/icons/mob/species/breeder/suit.dmi differ