diff --git a/code/game/objects/items/weapons/storage/backpack.dm b/code/game/objects/items/weapons/storage/backpack.dm index 6d20bcfd6ae..c6cf0e8b505 100644 --- a/code/game/objects/items/weapons/storage/backpack.dm +++ b/code/game/objects/items/weapons/storage/backpack.dm @@ -920,7 +920,7 @@ /obj/item/storage/backpack/cloak name = "tunnel cloak" - desc = "A Vaurca cloak with storage pockets." + desc = "A Vaurca cloak with storage pockets. This one is made of a strong T’kuxi silk weave." icon = 'icons/obj/vaurca_items.dmi' icon_state = "cape" item_state = "cape" @@ -951,64 +951,100 @@ /obj/item/storage/backpack/cloak/sedantis name = "Sedantis tunnel cloak" - desc = "A Vaurca cloak with storage pockets. This one has the Sedantis flag design." + desc = "A Vaurca cloak with storage pockets. This one has the Sedantis flag design. This one is made of a strong T’kuxi silk weave." icon_state = "sedcape" item_state = "sedcape" /obj/item/storage/backpack/cloak/medical name = "medical tunnel cloak" - desc = "A Vaurca cloak with storage pockets. This one has the medical department design." + desc = "A Vaurca cloak with storage pockets. This one has the medical department design. This one is made of a strong T’kuxi silk weave." icon_state = "medcape" item_state = "medcape" /obj/item/storage/backpack/cloak/engi name = "engineering tunnel cloak" - desc = "A Vaurca cloak with storage pockets. This one has the engineering department design." + desc = "A Vaurca cloak with storage pockets. This one has the engineering department design. This one is made of a strong T’kuxi silk weave." icon_state = "engicape" item_state = "engicape" /obj/item/storage/backpack/cloak/atmos name = "atmospherics tunnel cloak" - desc = "A Vaurca cloak with storage pockets. This one has the atmospherics design." + desc = "A Vaurca cloak with storage pockets. This one has the atmospherics design. This one is made of a strong T’kuxi silk weave." icon_state = "atmoscape" item_state = "atmoscape" /obj/item/storage/backpack/cloak/cargo name = "operations tunnel cloak" - desc = "A Vaurca cloak with storage pockets. This one has the operations department design." + desc = "A Vaurca cloak with storage pockets. This one has the operations department design. This one is made of a strong T’kuxi silk weave." icon_state = "cargocape" item_state = "cargocape" /obj/item/storage/backpack/cloak/sci name = "science tunnel cloak" - desc = "A Vaurca cloak with storage pockets. This one has the science department design." + desc = "A Vaurca cloak with storage pockets. This one has the science department design. This one is made of a strong T’kuxi silk weave." icon_state = "scicape" item_state = "scicape" /obj/item/storage/backpack/cloak/sec name = "security tunnel cloak" - desc = "A Vaurca cloak with storage pockets. This one has the security department design." + desc = "A Vaurca cloak with storage pockets. This one has the security department design. This one is made of a strong T’kuxi silk weave." icon_state = "seccape" item_state = "seccape" /obj/item/storage/backpack/cloak/zora name = "\improper Zo'ra tunnel cloak" - desc = "A Vaurca cloak with storage pockets. This one has the Zo'ra Hive flag design." + desc = "A Vaurca cloak with storage pockets. This one has the Zo'ra Hive flag design. This one is made of a strong T’kuxi silk weave." icon_state = "zoracape" item_state = "zoracape" /obj/item/storage/backpack/cloak/klax name = "\improper K'lax tunnel cloak" - desc = "A Vaurca cloak with storage pockets. This one has the K'lax Hive flag design." + desc = "A Vaurca cloak with storage pockets. This one has the K'lax Hive flag design. This one is made of a strong T’kuxi silk weave." icon_state = "klaxcape" item_state = "klaxcape" /obj/item/storage/backpack/cloak/cthur name = "\improper C'thur tunnel cloak" - desc = "A Vaurca cloak with storage pockets. This one has the C'thur Hive flag design." + desc = "A Vaurca cloak with storage pockets. This one has the C'thur Hive flag design. This one is made of a strong T’kuxi silk weave." icon_state = "cthurcape" item_state = "cthurcape" +/obj/item/storage/backpack/cloak/nt + name = "\improper NanoTrasen tunnel cloak" + desc = "A Vaurca cloak with storage pockets. This one has the Nanotrasen logo design. This one is made of a cheap synthetic silk weave." + icon_state = "ntcape" + item_state = "ntcape" + +/obj/item/storage/backpack/cloak/orion + name = "\improper Orion Express tunnel cloak" + desc = "A Vaurca cloak with storage pockets. This one has the Orion Express logo design. This one is made of a cheap synthetic silk weave." + icon_state = "orioncape" + item_state = "orioncape" + +/obj/item/storage/backpack/cloak/heph + name = "\improper Hephaestus Industries tunnel cloak" + desc = "A Vaurca cloak with storage pockets. This one has the Hephaestus Industries logo design. This one is made of a cheap synthetic silk weave." + icon_state = "hephcape" + item_state = "hephcape" + +/obj/item/storage/backpack/cloak/zavod + name = "\improper Zavodskoi Interstellar tunnel cloak" + desc = "A Vaurca cloak with storage pockets. This one has the Zavodskoi Interstellar logo design. This one is made of a cheap synthetic silk weave." + icon_state = "zavodcape" + item_state = "zavodcape" + +/obj/item/storage/backpack/cloak/zeng + name = "\improper Zeng-Hu Pharmaceuticals tunnel cloak" + desc = "A Vaurca cloak with storage pockets. This one has the Zeng-Hu Pharmaceuticals logo design. This one is made of a cheap synthetic silk weave." + icon_state = "zengcape" + item_state = "zengcape" + +/obj/item/storage/backpack/cloak/phalanx + name = "\improper Ve'katak Phalanx tunnel cloak" + desc = "A Vaurca cloak with storage pockets. This one has the Ve'katak Phalanx logo design. This one is made of a strong T’kuxi silk weave." + icon_state = "phalanxcape" + item_state = "phalanxcape" + /obj/item/storage/backpack/kala name = "skrell backpack" desc = "A lightly padded, waterproof backpack worn by Skrell." diff --git a/code/modules/client/preference_setup/loadout/items/xeno/vaurca.dm b/code/modules/client/preference_setup/loadout/items/xeno/vaurca.dm index f8ae57aa4b8..ff6222ed21b 100644 --- a/code/modules/client/preference_setup/loadout/items/xeno/vaurca.dm +++ b/code/modules/client/preference_setup/loadout/items/xeno/vaurca.dm @@ -76,6 +76,12 @@ capes["tunnel cloak, cargo"] = /obj/item/storage/backpack/cloak/cargo capes["tunnel cloak, science"] = /obj/item/storage/backpack/cloak/sci capes["tunnel cloak, security"] = /obj/item/storage/backpack/cloak/sec + capes["tunnel cloak, NanoTrasen"] = /obj/item/storage/backpack/cloak/nt + capes["tunnel cloak, Orion Express"] = /obj/item/storage/backpack/cloak/orion + capes["tunnel cloak, Hephaestus Industries"] = /obj/item/storage/backpack/cloak/heph + capes["tunnel cloak, Zavodskoi Interstellar"] = /obj/item/storage/backpack/cloak/zavod + capes["tunnel cloak, Zeng-Hu Pharmaceuticals"] = /obj/item/storage/backpack/cloak/zeng + capes["tunnel cloak, Ve'katak Phalanx"] = /obj/item/storage/backpack/cloak/phalanx gear_tweaks += new /datum/gear_tweak/path(capes) /datum/gear/vaurca_robe diff --git a/html/changelogs/stev-the-third-corporatecloaks.yml b/html/changelogs/stev-the-third-corporatecloaks.yml new file mode 100644 index 00000000000..88e99741d3a --- /dev/null +++ b/html/changelogs/stev-the-third-corporatecloaks.yml @@ -0,0 +1,59 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: Stev-the-third + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - imageadd: "Added corporate Vaurca tunnel cloaks" + - qol: "changed the description of all Vaurca tunnel cloaks to include material" diff --git a/icons/mob/species/bulwark/back.dmi b/icons/mob/species/bulwark/back.dmi index a9d96fc834a..13f760c6f03 100644 Binary files a/icons/mob/species/bulwark/back.dmi and b/icons/mob/species/bulwark/back.dmi differ diff --git a/icons/mob/species/vaurca/back.dmi b/icons/mob/species/vaurca/back.dmi index fbf991b2023..bb00c5a844b 100644 Binary files a/icons/mob/species/vaurca/back.dmi and b/icons/mob/species/vaurca/back.dmi differ diff --git a/icons/obj/vaurca_items.dmi b/icons/obj/vaurca_items.dmi index 7ec645b655e..ac4b9733379 100644 Binary files a/icons/obj/vaurca_items.dmi and b/icons/obj/vaurca_items.dmi differ