diff --git a/code/modules/client/preference_setup/loadout/items/xeno/tajara.dm b/code/modules/client/preference_setup/loadout/items/xeno/tajara.dm index da8277470cf..e997dcbe7ce 100644 --- a/code/modules/client/preference_setup/loadout/items/xeno/tajara.dm +++ b/code/modules/client/preference_setup/loadout/items/xeno/tajara.dm @@ -190,6 +190,7 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara) coat["fine blue coat"] = /obj/item/clothing/suit/storage/tajaran/finecoat/blue coat["fancy royalist jacket"] = /obj/item/clothing/suit/storage/tajaran/fancy coat["adhomian hunting coat"] = /obj/item/clothing/suit/storage/tajaran/hunting + coat["PRA submariner coat"] = /obj/item/clothing/suit/storage/toggle/tajaran/pra_submarine gear_tweaks += new /datum/gear_tweak/path(coat) /datum/gear/suit/tajaran_labcoat diff --git a/code/modules/clothing/suits/xeno/tajara.dm b/code/modules/clothing/suits/xeno/tajara.dm index d91d526a0c4..07f1cec2679 100644 --- a/code/modules/clothing/suits/xeno/tajara.dm +++ b/code/modules/clothing/suits/xeno/tajara.dm @@ -432,3 +432,15 @@ desc = "A jacket with the markings of the PRA national police department that can commonly be found in the rural parts of the PRA." icon_state = "taj_cop_suit_rural" item_state = "taj_cop_suit_rural" + +/obj/item/clothing/suit/storage/toggle/tajaran/pra_submarine + name = "\improper PRA submariner coat" + desc = "A black leather coat with a Zshram fur lining and collar found in use by the People's Republic of Adhomai's submarine service." + icon = 'icons/obj/tajara_items.dmi' + icon_state = "pra_submarine_coat" + item_state = "pra_submarine_coat" + contained_sprite = TRUE + desc_extended = "The Miraniye T’varrnav Varrom, translated as Miran’miran Submarine Coat, is the standard overcoat supplied to the Republican Navy’s submarine service. Designed to \ + insulate and protect the wearer against the ice-cold water of the Adhomian seas, the black leather coat is a source of pride among submariners and coveted by Al’mariist and Royalist \ + sailors as a war trophy. Once produced within the port city of Miran’mir it is named after, the war forced production to move to the Ardiye Romanqri Khaz’tra in Nal’tor. Despite this, \ + the coat had only minor changes, remaining constant throughout as a symbol of the Hadiist menace across the waves." diff --git a/html/changelogs/fyni-pra-submarine-coat.yml b/html/changelogs/fyni-pra-submarine-coat.yml new file mode 100644 index 00000000000..e43202ae8cc --- /dev/null +++ b/html/changelogs/fyni-pra-submarine-coat.yml @@ -0,0 +1,4 @@ +author: fyni +delete-after: True +changes: + - rscadd: "Adds the PRA submarine coat, available in the loadout for Tajara characters." \ No newline at end of file diff --git a/icons/obj/tajara_items.dmi b/icons/obj/tajara_items.dmi index 41ef49c3a0e..510ad7b98dc 100644 Binary files a/icons/obj/tajara_items.dmi and b/icons/obj/tajara_items.dmi differ