Moves Lizard Full Stub horns to beard because of overlay issues. (#2590)

## About The Pull Request

Moves Lizard Full Stub horns to beard because of overlay issues.
The horn option of it would overlay over masks, looking silly.

## Why It's Good For The Game

Fixes good. 

## Proof Of Testing

it just werks.


## Changelog

🆑 BurgerBB
fix: Moves Lizard Full Stub horns to beard because of overlay issues.
/🆑

Co-authored-by: Arturlang <24881678+Arturlang@users.noreply.github.com>
This commit is contained in:
BurgerLUA
2024-12-01 05:37:32 +02:00
committed by GitHub
co-authored by Arturlang
parent 7c482c7ca5
commit ce5f3d6618
4 changed files with 6 additions and 4 deletions
@@ -33,10 +33,6 @@
name = "Biter's Horns"
icon_state = "biterhorns"
/datum/sprite_accessory/horns/bubber/fullstub
name = "Full Stubby"
icon_state = "fullstub"
/datum/sprite_accessory/horns/bubber/big
icon = 'modular_zubbers/icons/customization/horns_big.dmi'
@@ -24,6 +24,12 @@
icon = 'modular_zubbers/icons/customization/facial_hair.dmi'
icon_state = "noselick"
/datum/sprite_accessory/facial_hair/fullstub
name = "Full Stub"
icon = 'modular_zubbers/icons/customization/facial_hair.dmi'
icon_state = "facial_fullstub_s"
natural_spawn = FALSE //Only works with the full face snout.
/datum/sprite_accessory/hair/twistedlong
icon = 'modular_zubbers/icons/customization/hair.dmi'
name = "Twisted Long"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB