Ported tongue blep animations from F13 codebase (#1799)

Credit goes to Ekizius for the lizard tongue flicks.

## About The Pull Request

Added new animated tongues to the beard slot. Credit goes to Ekizius for
the lizard tongue flicks.


![image](https://github.com/user-attachments/assets/3f0f82c9-3e79-484a-a0a5-a6ef101ff10b)

## Why It's Good For The Game

More customization and cool tongues.

## Proof Of Testing

I've tested this on my machine and everything seems to be in order.

## Changelog

🆑
image: added new beard icons
/🆑
This commit is contained in:
Doom_Tail
2024-07-17 10:35:15 +02:00
committed by GitHub
parent a50c3df4dd
commit 282aed92ea
3 changed files with 21 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

@@ -2,3 +2,24 @@
icon = 'modular_zubbers/icons/customization/hair.dmi'
name = "Flaguardyain"
icon_state = "hair_flaguardyain"
//-->Lizard tongue flick, done by Ekizius
/datum/sprite_accessory/facial_hair/faciallizardlick
name = "Lizard Tongue Flick"
icon = 'modular_zubbers/icons/customization/facial_hair.dmi'
icon_state = "facial_lizardlick_s"
/datum/sprite_accessory/facial_hair/faciallizardlickslow
name = "Lizard Tongue Flick Slow"
icon = 'modular_zubbers/icons/customization/facial_hair.dmi'
icon_state = "facial_lizardlickslow_s"
/datum/sprite_accessory/facial_hair/faciallizardlickfast
name = "Lizard Tongue Flick Fast"
icon = 'modular_zubbers/icons/customization/facial_hair.dmi'
icon_state = "facial_lizardlickfast_s"
/datum/sprite_accessory/facial_hair/noselick
name = "Nose Lick"
icon = 'modular_zubbers/icons/customization/facial_hair.dmi'
icon_state = "noselick"
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB