mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-17 11:14:11 +01:00
[MIRROR] Tail addition (#12853)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0207deec48
commit
0bfec4f299
@@ -1213,8 +1213,6 @@
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
|
||||
|
||||
/datum/sprite_accessory/tail/Easterntail
|
||||
name = "Eastern Dragon (Animated)"
|
||||
desc = ""
|
||||
@@ -1337,6 +1335,15 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
lower_layer_dirs = list(SOUTH, WEST)
|
||||
|
||||
/datum/sprite_accessory/tail/altevian_eyed
|
||||
name = "Eyed Tail"
|
||||
icon_state = "altevian_eyed"
|
||||
extra_overlay = "altevian_eyed2"
|
||||
extra_overlay2 = "altevian_eyed3"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
lower_layer_dirs = list(SOUTH, WEST)
|
||||
|
||||
/datum/sprite_accessory/tail/shark_finless
|
||||
name = "shark tail, finless (colorable)"
|
||||
desc = ""
|
||||
|
||||
Reference in New Issue
Block a user