mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes 3-color fatfeline and fatwolf taurs
No more dmi conflict i'm too burned out to shove the entire loaf update upstreams so if they can't be arsed to port it themselves it's not my problem.
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
name = "Fat Wolf (Taur)"
|
name = "Fat Wolf (Taur)"
|
||||||
icon_state = "fatwolf_s"
|
icon_state = "fatwolf_s"
|
||||||
//icon_sprite_tag = "wolf" //This could be modified later.
|
//icon_sprite_tag = "wolf" //This could be modified later.
|
||||||
loaf_offset = 3
|
loaf_offset = 3
|
||||||
|
|
||||||
/datum/sprite_accessory/tail/taur/wolf/wolf_wag
|
/datum/sprite_accessory/tail/taur/wolf/wolf_wag
|
||||||
name = "Wolf (Taur, Fat vwag)"
|
name = "Wolf (Taur, Fat vwag)"
|
||||||
@@ -80,20 +80,22 @@
|
|||||||
|
|
||||||
/datum/sprite_accessory/tail/taur/wolf/fatwolf_2c
|
/datum/sprite_accessory/tail/taur/wolf/fatwolf_2c
|
||||||
name = "Fat Wolf 3-color (Taur)"
|
name = "Fat Wolf 3-color (Taur)"
|
||||||
|
icon = 'icons/mob/vore/taurs_ch.dmi' //CHOMPEdit
|
||||||
icon_state = "fatwolf_s"
|
icon_state = "fatwolf_s"
|
||||||
extra_overlay = "fatwolf_markings"
|
extra_overlay = "fatwolf_markings"
|
||||||
extra_overlay2 = "wolf_markings_2"
|
extra_overlay2 = "fatwolf_markings_2" //CHOMPEdit
|
||||||
//icon_sprite_tag = "fatwolf2c"
|
//icon_sprite_tag = "fatwolf2c"
|
||||||
loaf_offset = 3
|
loaf_offset = 3
|
||||||
|
|
||||||
/datum/sprite_accessory/tail/taur/wolf/wolf_2c_wag
|
/datum/sprite_accessory/tail/taur/wolf/wolf_2c_wag
|
||||||
name = "Wolf 3-color (Taur, Fat vwag)"
|
name = "Wolf 3-color (Taur, Fat vwag)"
|
||||||
|
icon = 'icons/mob/vore/taurs_ch.dmi' //CHOMPEdit
|
||||||
icon_state = "wolf_s"
|
icon_state = "wolf_s"
|
||||||
extra_overlay = "wolf_markings"
|
extra_overlay = "wolf_markings"
|
||||||
extra_overlay2 = "wolf_markings_2"
|
extra_overlay2 = "wolf_markings_2"
|
||||||
ani_state = "fatwolf_s"
|
ani_state = "fatwolf_s"
|
||||||
extra_overlay_w = "fatwolf_markings"
|
extra_overlay_w = "fatwolf_markings"
|
||||||
extra_overlay2_w = "wolf_markings_2"
|
extra_overlay2_w = "fatwolf_markings_2" //CHOMPEdit
|
||||||
|
|
||||||
/datum/sprite_accessory/tail/taur/wolf/synthwolf
|
/datum/sprite_accessory/tail/taur/wolf/synthwolf
|
||||||
name = "SynthWolf dual-color (Taur)"
|
name = "SynthWolf dual-color (Taur)"
|
||||||
@@ -417,9 +419,10 @@
|
|||||||
|
|
||||||
/datum/sprite_accessory/tail/taur/feline/fatfeline_2c
|
/datum/sprite_accessory/tail/taur/feline/fatfeline_2c
|
||||||
name = "Fat Feline 3-color (Taur)"
|
name = "Fat Feline 3-color (Taur)"
|
||||||
|
icon = 'icons/mob/vore/taurs_ch.dmi' //CHOMPEdit
|
||||||
icon_state = "fatfeline_s"
|
icon_state = "fatfeline_s"
|
||||||
extra_overlay = "fatfeline_markings"
|
extra_overlay = "fatfeline_markings"
|
||||||
extra_overlay2 = "fatfeline_markings_2"
|
extra_overlay2 = "fatfeline_markings_2" //CHOMPEdit
|
||||||
//icon_sprite_tag = "fatfeline2c"
|
//icon_sprite_tag = "fatfeline2c"
|
||||||
can_loaf = TRUE
|
can_loaf = TRUE
|
||||||
icon_loaf = 'icons/mob/vore/taurs_vr_loaf.dmi'
|
icon_loaf = 'icons/mob/vore/taurs_vr_loaf.dmi'
|
||||||
@@ -427,12 +430,13 @@
|
|||||||
|
|
||||||
/datum/sprite_accessory/tail/taur/feline/feline_2c_wag
|
/datum/sprite_accessory/tail/taur/feline/feline_2c_wag
|
||||||
name = "Feline 3-color (Taur, Fat vwag)"
|
name = "Feline 3-color (Taur, Fat vwag)"
|
||||||
|
icon = 'icons/mob/vore/taurs_ch.dmi' //CHOMPEdit
|
||||||
icon_state = "feline_s"
|
icon_state = "feline_s"
|
||||||
extra_overlay = "feline_markings"
|
extra_overlay = "feline_markings"
|
||||||
extra_overlay2 = "feline_markings_2"
|
extra_overlay2 = "feline_markings_2"
|
||||||
ani_state = "fatfeline_s"
|
ani_state = "fatfeline_s"
|
||||||
extra_overlay_w = "fatfeline_markings"
|
extra_overlay_w = "fatfeline_markings"
|
||||||
extra_overlay2_w = "feline_markings_2"
|
extra_overlay2_w = "fatfeline_markings_2" //CHOMPEdit
|
||||||
|
|
||||||
/datum/sprite_accessory/tail/taur/feline/synthfeline
|
/datum/sprite_accessory/tail/taur/feline/synthfeline
|
||||||
name = "SynthFeline dual-color (Taur)"
|
name = "SynthFeline dual-color (Taur)"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 118 KiB |
Reference in New Issue
Block a user