Skip to content

Commit

Permalink
Two Taur Mild Resprites, Technically Four New Options (#1486) (#2550)
Browse files Browse the repository at this point in the history
* basics

* thx

* wew

Co-authored-by: Nerevar <[email protected]>
  • Loading branch information
Steals-The-PRs and Nerev4r authored Mar 25, 2024
1 parent d072093 commit c138add
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@
/obj/item/clothing/suit/jacket/curator
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON

/obj/item/clothing/suit/costume/wellworn_shirt
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
gets_cropped_on_taurs = FALSE

/obj/item/clothing/suit/jacket/oversized
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
gets_cropped_on_taurs = FALSE

/obj/item/clothing/suit/mothcoat/winter
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
gets_cropped_on_taurs = FALSE

//Chaplain Suits
/obj/item/clothing/suit/hooded/chaplain_hoodie
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
Expand Down
Binary file modified modular_nova/master_files/icons/mob/sprite_accessory/taur.dmi
Binary file not shown.
Binary file modified modular_nova/master_files/icons/mob/sprite_accessory/wings.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
greyscale_colors = "#FFFFFF"
flags_1 = IS_PLAYER_COLORABLE_1
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
gets_cropped_on_taurs = FALSE
min_cold_protection_temperature = T0C - 20 //Not as good as the base jacket

/obj/item/clothing/suit/toggle/jacket/hoodie/trim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
worn_icon = 'modular_nova/master_files/icons/mob/clothing/suit.dmi'
icon_state = "dutchjacket"
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
gets_cropped_on_taurs = FALSE


/obj/item/clothing/suit/toggle/trackjacket
Expand Down Expand Up @@ -295,6 +296,7 @@
worn_icon_teshari = 'modular_nova/modules/GAGS/icons/suit/suit_teshari.dmi'
icon_state = "apron"
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
gets_cropped_on_taurs = FALSE
greyscale_colors = "#ffffff"
greyscale_config = /datum/greyscale_config/apron
greyscale_config_worn = /datum/greyscale_config/apron/worn
Expand Down Expand Up @@ -337,6 +339,7 @@
greyscale_colors = "#867361"
flags_1 = IS_PLAYER_COLORABLE_1
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
gets_cropped_on_taurs = FALSE

/obj/item/clothing/suit/heart_sweater
name = "heart sweater"
Expand All @@ -347,3 +350,4 @@
greyscale_colors = "#867361#8f3a3a"
flags_1 = IS_PLAYER_COLORABLE_1
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
gets_cropped_on_taurs = FALSE
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,20 @@
icon_state = "slime"
taur_mode = STYLE_TAUR_SNAKE
color_src = USE_ONE_COLOR

/datum/sprite_accessory/taur/biglegs
name = "Big Legs"
icon_state = "biglegs"
taur_mode = STYLE_TAUR_PAW

/datum/sprite_accessory/taur/biglegs/stanced
name = "Big Legs, Stanced"
icon_state = "biglegs_stanced"

/datum/sprite_accessory/taur/biglegs/bird
name = "Big Legs, Bird"
icon_state = "biglegs_bird"

/datum/sprite_accessory/taur/biglegs/stanced/bird
name = "Big Legs, Stanced Bird"
icon_state = "biglegs_bird_stanced"

0 comments on commit c138add

Please sign in to comment.