mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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.  ## 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:
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 |
Reference in New Issue
Block a user