Merge pull request #15735 from PastelPrinceDan/spritestuff

adds 18th century oufit, ports fox ears, fixes 2 hairs
This commit is contained in:
Heroman3003
2024-02-08 03:56:19 +10:00
committed by GitHub
7 changed files with 18 additions and 1 deletions
@@ -516,6 +516,10 @@
display_name = "high-waisted trousers"
path = /obj/item/clothing/under/dress/hightrousers
/datum/gear/uniform/vampirehunter
display_name = "18th century outfit"
path = /obj/item/clothing/under/vampirehunter
/*
* 80s
*/
@@ -1216,6 +1216,11 @@
desc = "An orange cohesion suit with yellow hazard stripes intended to assist Prometheans in maintaining their form and prevent direct skin exposure."
icon_state = "cohesionsuit_hazard"
/obj/item/clothing/under/vampirehunter
name = "18th century outfit"
desc = "A flashy, if rather stiff set of ancient-styled slacks and tabard. The unyielding nature of the clothes often make one walk stiffly, but with divine purpose."
icon_state = "belmont"
//Ranger uniforms
//On-mob sprites go in icons\mob\uniform.dmi with the format "white_ranger_uniform_s" - with 'white' replaced with green, cyan, etc... of course! Note the _s - this is not optional.
//Item sprites go in icons\obj\clothing\ranger.dmi with the format "white_ranger_uniform"
@@ -456,6 +456,14 @@
color_blend_mode = ICON_MULTIPLY
extra_overlay = "vulp_jackal-inner"
/datum/sprite_accessory/ears/fox
name = "fox ears"
desc = ""
icon_state = "fox"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "fox-inner"
/datum/sprite_accessory/ears/bunny_floppy
name = "floopy bunny ears (colorable)"
desc = ""
@@ -1064,4 +1072,4 @@
icon_state = "triceratops_frill"
extra_overlay = "triceratops_frill_spikes"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
color_blend_mode = ICON_MULTIPLY
Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 654 KiB

After

Width:  |  Height:  |  Size: 655 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 36 KiB