mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #7899 from KasparoVy/avast-a-wild-ass
Adds Equine Facial Markings & Ears
This commit is contained in:
@@ -1154,3 +1154,15 @@
|
|||||||
icon_state = "claws"
|
icon_state = "claws"
|
||||||
color_blend_mode = ICON_MULTIPLY
|
color_blend_mode = ICON_MULTIPLY
|
||||||
body_parts = list(BP_L_HAND,BP_R_HAND)
|
body_parts = list(BP_L_HAND,BP_R_HAND)
|
||||||
|
|
||||||
|
equine_snout //Why the long face? Works best with sergal bodytype.
|
||||||
|
name = "Equine Snout"
|
||||||
|
icon_state = "donkey"
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
body_parts = list(BP_HEAD)
|
||||||
|
|
||||||
|
equine_nose
|
||||||
|
name = "Equine Nose"
|
||||||
|
icon_state = "dnose"
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
body_parts = list(BP_HEAD)
|
||||||
|
|||||||
@@ -331,6 +331,14 @@
|
|||||||
color_blend_mode = ICON_MULTIPLY
|
color_blend_mode = ICON_MULTIPLY
|
||||||
extra_overlay = "otie-inner"
|
extra_overlay = "otie-inner"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/ears/donkey
|
||||||
|
name = "donkey, colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "donkey"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "otie-inner"
|
||||||
|
|
||||||
/datum/sprite_accessory/ears/zears
|
/datum/sprite_accessory/ears/zears
|
||||||
name = "jagged ears"
|
name = "jagged ears"
|
||||||
desc = ""
|
desc = ""
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user