diff --git a/code/modules/clothing/spacesuits/void/misc.dm b/code/modules/clothing/spacesuits/void/misc.dm index 82103c31f7d..b9b7bebf5de 100644 --- a/code/modules/clothing/spacesuits/void/misc.dm +++ b/code/modules/clothing/spacesuits/void/misc.dm @@ -748,7 +748,7 @@ /obj/item/clothing/suit/space/void/mining/himeo name = "himeo mining voidsuit" - desc = "A simple but durable softsuit with a set of protective alloy plates commonly used by Himean astronauts. The suit life support console and torso plate contains a Himean flag patch." + desc = "A simple but durable softsuit with a set of protective alloy plates commonly used by Himean astronauts." desc_extended = "The Type-78 'Fish Fur' Voidsuit is an aging yet popular design produced only on Himeo. The simple and affordable design means many Himeans are able to own their own spacesuits rather than have one provided to them by their employer.\ Its modular design means that they're adapted for use everywhere from the depths of Himeo to protect from debris, its surface to protect from the bitter cold, and in orbit, to work in the void. Their similarity to flightsuits have been noted, and the planet\ enjoys jolly cooperation with fellow designers from Crosk who seek to invent new suits to keep their racers going faster." @@ -774,7 +774,7 @@ /obj/item/clothing/suit/space/void/engineering/himeo name = "himeo engineering voidsuit" - desc = "A simple but durable softsuit with a set of protective alloy plates commonly used by Himean astronauts. The suit life support console and torso plate contains a Himean flag patch. This particular model seems to have lead lining in it." + desc = "A simple but durable softsuit with a set of protective alloy plates commonly used by Himean astronauts. This particular model seems to have lead lining in it." desc_extended = "The Type-78 'Fish Fur' Voidsuit is an aging yet popular design produced only on Himeo. The simple and affordable design means many Himeans are able to own their own spacesuits rather than have one provided to them by their employer.\ Its modular design means that they're adapted for use everywhere from the depths of Himeo to protect from debris, its surface to protect from the bitter cold, and in orbit, to work in the void. Their similarity to flightsuits have been noted, and the planet\ enjoys jolly cooperation with fellow designers from Crosk who seek to invent new suits to keep their racers going faster." @@ -830,7 +830,7 @@ /obj/item/clothing/suit/space/void/mining/himeo/tajara name = "himeo mining voidsuit" - desc = "A simple but durable softsuit with a set of protective alloy plates commonly used by Himean astronauts. The suit life support console and torso plate contains a Himean flag patch. This suit looks fit for a Tajara." + desc = "A simple but durable softsuit with a set of protective alloy plates commonly used by Himean astronauts. This suit looks fit for a Tajara." desc_extended = "The Type-78 'Fish Fur' Voidsuit is an aging yet popular design produced only on Himeo. The simple and affordable design means many Himeans are able to own their own spacesuits rather than have one provided to them by their employer.\ Its modular design means that they're adapted for use everywhere from the depths of Himeo to protect from debris, its surface to protect from the bitter cold, and in orbit, to work in the void. Their similarity to flightsuits have been noted, and the planet \ enjoys jolly cooperation with fellow designers from Crosk who seek to invent new suits to keep their racers going faster. They quickly found purchase among Himeo's population of Tajaran expatriates, who were shown how to modify and use the voidsuits. \ @@ -864,7 +864,7 @@ /obj/item/clothing/suit/space/void/engineering/himeo/tajara name = "himeo engineering voidsuit" - desc = "A simple but durable softsuit with a set of protective alloy plates commonly used by Himean astronauts. The suit life support console and torso plate contains a Himean flag patch. This particular model is fitted for Tajara and seems to have lead lining in it." + desc = "A simple but durable softsuit with a set of protective alloy plates commonly used by Himean astronauts. This particular model is fitted for Tajara and seems to have lead lining in it." desc_extended = "The Type-78 'Fish Fur' Voidsuit is an aging yet popular design produced only on Himeo. The simple and affordable design means many Himeans are able to own their own spacesuits rather than have one provided to them by their employer.\ Its modular design means that they're adapted for use everywhere from the depths of Himeo to protect from debris, its surface to protect from the bitter cold, and in orbit, to work in the void. Their similarity to flightsuits have been noted, and the planet \ enjoys jolly cooperation with fellow designers from Crosk who seek to invent new suits to keep their racers going faster. They quickly found purchase among Himeo's population of Tajaran expatriates, who were shown how to modify and use the voidsuits. \ diff --git a/html/changelogs/ElorgRHG-literally-him-ean-voidsuit-sprite-uplift.yml b/html/changelogs/ElorgRHG-literally-him-ean-voidsuit-sprite-uplift.yml new file mode 100644 index 00000000000..9cba82f0e61 --- /dev/null +++ b/html/changelogs/ElorgRHG-literally-him-ean-voidsuit-sprite-uplift.yml @@ -0,0 +1,14 @@ +# Your name. +author: ElorgRHG + +# 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: "Resprited the himean voidsuits and its tajaran variants." + - rscdel: "Removed the mention of a flagpatch on the himean voidsuits to reflect the appearance of the actual sprites." diff --git a/icons/obj/clothing/voidsuit/himeotaj.dmi b/icons/obj/clothing/voidsuit/himeotaj.dmi index 2140053dccd..49b1856e237 100644 Binary files a/icons/obj/clothing/voidsuit/himeotaj.dmi and b/icons/obj/clothing/voidsuit/himeotaj.dmi differ diff --git a/icons/obj/clothing/voidsuit/station/engineering.dmi b/icons/obj/clothing/voidsuit/station/engineering.dmi index 56137c08261..03a68bd52e6 100644 Binary files a/icons/obj/clothing/voidsuit/station/engineering.dmi and b/icons/obj/clothing/voidsuit/station/engineering.dmi differ diff --git a/icons/obj/clothing/voidsuit/station/mining.dmi b/icons/obj/clothing/voidsuit/station/mining.dmi index eb1370635ac..96feb2b7b07 100644 Binary files a/icons/obj/clothing/voidsuit/station/mining.dmi and b/icons/obj/clothing/voidsuit/station/mining.dmi differ