mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +01:00
Merge pull request #1300 from LunarFleet/buzzbuzz
Tesh wings/tails/antenna time
This commit is contained in:
@@ -38,6 +38,25 @@
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/teshbeeantenna
|
||||
name = "Teshari bee antenna"
|
||||
icon = 'icons/mob/vore/ears_ch.dmi'
|
||||
icon_state = "teshbee"
|
||||
|
||||
/datum/sprite_accessory/ears/teshantenna
|
||||
name = "Teshari antenna, colorable"
|
||||
icon = 'icons/mob/vore/ears_ch.dmi'
|
||||
icon_state = "teshantenna"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/curlyteshantenna
|
||||
name = "Teshari curly antenna, colorable"
|
||||
icon = 'icons/mob/vore/ears_ch.dmi'
|
||||
icon_state = "curly_bug_tesh"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
//TAILS
|
||||
/datum/sprite_accessory/tail/alien_slug
|
||||
name = "Alien slug tail"
|
||||
@@ -77,6 +96,100 @@
|
||||
extra_overlay = "valetail_mark"
|
||||
extra_overlay_w = "valetail_mark_w"
|
||||
|
||||
/datum/sprite_accessory/tail/teshbeethorax
|
||||
name = "Teshari bee thorax"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
icon_state = "beethorax_tesh"
|
||||
|
||||
/datum/sprite_accessory/tail/teshbuggo
|
||||
name = "Teshari bug abdomen, colorable"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
icon_state = "teshbug_s"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/teshbuggobee
|
||||
name = "Teshari bug abdomen, bee top, dual-colorable"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
icon_state = "teshbug_s"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "teshbee_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/teshbeefull
|
||||
name = "Teshari bug abdomen, bee full, dual-colorable"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
icon_state = "teshbug_s"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "teshbeefull_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/teshbuggounder
|
||||
name = "Teshari bug abdomen, underside, dual-colorable"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
icon_state = "teshbug_s"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "teshunder_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/teshbuggofirefly
|
||||
name = "Teshari bug abdomen, firefly, dual-colorable"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
icon_state = "teshbug_s"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "teshfirefly_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/fatteshbuggo
|
||||
name = "Teshari fat bug abdomen, colorable"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
icon_state = "teshbugfat_s"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/fatteshbuggobee
|
||||
name = "Teshari fat bug abdomen, bee top, dual-colorable"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
icon_state = "teshbugfat_s"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "teshfatbee_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/fatteshbeefull
|
||||
name = "Teshari fat bug abdomen, bee full, dual-colorable"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
icon_state = "teshbugfat_s"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "teshfatbeefull_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/fatteshbuggounder
|
||||
name = "Teshari fat bug abdomen, underside, dual-colorable"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
icon_state = "teshbugfat_s"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "teshfatunder_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/fatteshbuggofirefly
|
||||
name = "Teshari fat bug abdomen, firefly, dual-colorable"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
icon_state = "teshbugfat_s"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "teshfatfirefly_markings"
|
||||
|
||||
//WINGS
|
||||
|
||||
/datum/sprite_accessory/wing/snagc
|
||||
@@ -86,6 +199,18 @@
|
||||
icon_state = "csnag-backplate"
|
||||
do_colouration = 1
|
||||
|
||||
/datum/sprite_accessory/wing/teshbee
|
||||
name = "Teshari bee wings"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/wings_ch.dmi'
|
||||
icon_state = "beewings_tesh"
|
||||
|
||||
/datum/sprite_accessory/wing/teshdragonfly
|
||||
name = "Teshari dragonfly wings"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/wings_ch.dmi'
|
||||
icon_state = "dragonfly_tesh"
|
||||
|
||||
/datum/sprite_accessory/wing/snail //We should some day make a variable to make some wings not be able to fly
|
||||
name = "Snail shell"
|
||||
desc = ""
|
||||
|
||||
Reference in New Issue
Block a user