Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
/datum/sprite_accessory/tail_feature/taur/caustic/bunny,
/datum/sprite_accessory/tail_feature/taur/caustic/deerbelly,
/datum/sprite_accessory/tail_feature/taur/alrauneflower,
/datum/sprite_accessory/tail_feature/taur/biglegs,
/datum/sprite_accessory/tail_feature/taur/biglegsstanced,
/// CAUSTIC EDIT END
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
/obj/item/bodypart/taur/altnaga,
/obj/item/bodypart/taur/altnagatailmaw,
/obj/item/bodypart/taur/fatnaga,
/obj/item/bodypart/taur/biglegs,
/obj/item/bodypart/taur/biglegsstanced,
)
///Caustic edit end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
/obj/item/bodypart/taur/fatnaga,
/obj/item/bodypart/taur/bunny,
/obj/item/bodypart/taur/mammoth,
/obj/item/bodypart/taur/biglegs,
/obj/item/bodypart/taur/biglegsstanced,
///Caustic edit end
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
/obj/item/bodypart/taur/fatnaga,
/obj/item/bodypart/taur/bunny,
/obj/item/bodypart/taur/mammoth,
/obj/item/bodypart/taur/biglegs,
/obj/item/bodypart/taur/biglegsstanced,
///Caustic edit end
)
default_features = MANDATORY_FEATURE_LIST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
/obj/item/bodypart/taur/altnaga,
/obj/item/bodypart/taur/altnagatailmaw,
/obj/item/bodypart/taur/fatnaga,
/obj/item/bodypart/taur/biglegs,
/obj/item/bodypart/taur/biglegsstanced,
)
///Caustic edit end
possible_ages = ALL_AGES_LIST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
/obj/item/bodypart/taur/altnaga,
/obj/item/bodypart/taur/altnagatailmaw,
/obj/item/bodypart/taur/fatnaga,
/obj/item/bodypart/taur/biglegs,
/obj/item/bodypart/taur/biglegsstanced,
)
///Caustic edit end
possible_ages = ALL_AGES_LIST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
/obj/item/bodypart/taur/altnaga,
/obj/item/bodypart/taur/altnagatailmaw,
/obj/item/bodypart/taur/fatnaga,
/obj/item/bodypart/taur/biglegs,
/obj/item/bodypart/taur/biglegsstanced,
)
///Caustic edit end
possible_ages = ALL_AGES_LIST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
/obj/item/bodypart/taur/otie,
/obj/item/bodypart/taur/wolf,
/obj/item/bodypart/taur/fatwolf,
/obj/item/bodypart/taur/biglegs,
/obj/item/bodypart/taur/biglegsstanced,
)
///Caustic edit end
inherent_biotypes = MOB_ORGANIC|MOB_HUMANOID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
/obj/item/bodypart/taur/feline,
/obj/item/bodypart/taur/tempest,
/obj/item/bodypart/taur/fatfeline,
/obj/item/bodypart/taur/biglegs,
/obj/item/bodypart/taur/biglegsstanced,
)
///Caustic edit end
possible_ages = ALL_AGES_LIST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
/obj/item/bodypart/taur/otie,
/obj/item/bodypart/taur/wolf,
/obj/item/bodypart/taur/fatwolf,
/obj/item/bodypart/taur/biglegs,
/obj/item/bodypart/taur/biglegsstanced,
)
///Caustic edit end
inherent_biotypes = MOB_ORGANIC|MOB_HUMANOID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
/obj/item/bodypart/taur/altnagatailmaw,
/obj/item/bodypart/taur/fatnaga,
/obj/item/bodypart/taur/bunny,
/obj/item/bodypart/taur/biglegs,
/obj/item/bodypart/taur/biglegsstanced,
)
///Caustic edit end
default_features = MANDATORY_FEATURE_LIST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@
use_skin_tone_wording_for_examine = FALSE
max_age = "???"

///Caustic edit
allowed_taur_types = list(
/obj/item/bodypart/taur/lamia,
/obj/item/bodypart/taur/spider,
/obj/item/bodypart/taur/horse,
/obj/item/bodypart/taur/goat,
/obj/item/bodypart/taur/biglegs,
/obj/item/bodypart/taur/biglegsstanced,
)
///Caustic edit end
base_name = "Godtouched"
is_subrace = TRUE
species_traits = list(EYECOLOR,HAIR,FACEHAIR,LIPS,STUBBLE,OLDGREY,MUTCOLORS)
Expand Down
16 changes: 16 additions & 0 deletions code/modules/surgery/bodyparts/taur.dm
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,19 @@ GLOBAL_LIST_INIT(taur_types, subtypesof(/obj/item/bodypart/taur))
clip_mask_state = "clip_mask_goat"

has_taur_color = TRUE

/obj/item/bodypart/taur/biglegs
name = "Big Legs"

offset_x = -16
taur_icon_state = "biglegs_s"

has_taur_color = TRUE

/obj/item/bodypart/taur/biglegsstanced
name = "Big Legs, Stanced"

offset_x = -16
taur_icon_state = "biglegsstanced_s"

has_taur_color = TRUE
16 changes: 16 additions & 0 deletions modular_causticcove/code/modules/taurs/taur_bodyparts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,19 @@
taur_icon_state = "mammoth_s"

has_taur_color = TRUE

/obj/item/bodypart/taur/biglegs
name = "Big Legs"

offset_x = -16
taur_icon_state = "biglegs_s"

has_taur_color = TRUE

/obj/item/bodypart/taur/biglegsstanced
name = "Big Legs, Stanced"

offset_x = -16
taur_icon_state = "biglegsstanced_s"

has_taur_color = TRUE
12 changes: 10 additions & 2 deletions modular_causticcove/code/modules/taurs/taur_markings.dm
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@
icon = 'modular_causticcove/icons/mob/taurs/alraune_markings.dmi'
icon_state = "alraune_markings"



/datum/sprite_accessory/tail_feature/taur/caustic

/datum/sprite_accessory/tail_feature/taur/caustic/bunny
Expand All @@ -120,3 +118,13 @@
/datum/sprite_accessory/tail_feature/large_snake
icon = 'modular_causticcove/icons/mob/taurs/large_snake_markings.dmi'
relevant_layers = list(BODY_BEHIND_LAYER, BODY_FRONT_LAYER)

/datum/sprite_accessory/tail_feature/taur/biglegs
name = "Big Legs Marking"
icon = 'modular_causticcove/icons/mob/taurs/biglegs_markings.dmi'
icon_state = "biglegs_norm"

/datum/sprite_accessory/tail_feature/taur/biglegsstanced
name = "Big Legs, Stanced Marking"
icon = 'modular_causticcove/icons/mob/taurs/biglegsstanced_markings.dmi'
icon_state = "biglegs_stanced"
Binary file not shown.
Binary file not shown.
Binary file modified modular_causticcove/icons/mob/taurs/taurs.dmi
Binary file not shown.