adds the 'fringe' hair gradient, a hair gradient that gradientizes your fringe (#2803)

## About The Pull Request

adds the 'fringe' hair gradient, a hair gradient that gradientizes your
fringe
## Why It's Good For The Game

customization. good!!!!!!!!!!
## Proof Of Testing


![image](https://github.com/user-attachments/assets/692346ca-8060-4eb0-9bd1-fa5d9d4fc650)

## Changelog
🆑
add: fringe hair gradient
image: fringe hair gradient
/🆑
This commit is contained in:
zeroisthebiggay
2025-01-06 10:59:29 +01:00
committed by GitHub
parent 622776b95e
commit 2bb508b86b
3 changed files with 7 additions and 0 deletions
@@ -0,0 +1,6 @@
// Hair Gradients
/datum/sprite_accessory/gradient/fringe
name = "Fringe"
icon_state = "fringe"
icon = 'modular_zubbers/icons/customization/hair_gradients.dmi'
Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

+1
View File
@@ -9133,6 +9133,7 @@
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\fluff.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\frills.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\hair.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\hair_gradients.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\horns.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\ipc.dm"
#include "modular_zubbers\code\modules\mob\dead\new_player\sprite_accessories\skrell_hair.dm"