mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Adds large shark tails (#9926)
This commit is contained in:
@@ -58,3 +58,33 @@
|
||||
icon_state = "Succubustail"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/largeshark
|
||||
name = "Large Shark"
|
||||
icon = 'modular_chomp/icons/mob/vore/tails64x32.dmi'
|
||||
icon_state = "large-shark"
|
||||
extra_overlay = "large-shark-underbelly"
|
||||
extra_overlay2 = "large-shark-tips"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/largeshark/finless
|
||||
name = "Large Shark (finless)"
|
||||
icon_state = "large-shark-finless"
|
||||
extra_overlay2 = "large-shark-tips-finless"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/largeshark/stripes
|
||||
name = "Large Shark (striped)"
|
||||
extra_overlay = "large-shark-stripes"
|
||||
extra_overlay2 = "large-shark-stripes-underbelly"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/largeshark/stripes2
|
||||
name = "Large Shark (striped, underbelly)"
|
||||
extra_overlay = "large-shark-underbelly"
|
||||
extra_overlay2 = "large-shark-stripes-underbelly"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/largeshark/stripes/finless
|
||||
name = "Large Shark (striped, finless)"
|
||||
icon_state = "large-shark-finless"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/largeshark/stripes2/finless
|
||||
name = "Large Shark (striped, finless, underbelly)"
|
||||
icon_state = "large-shark-finless"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 711 B After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user