mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
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  ## Changelog 🆑 add: fringe hair gradient image: fringe hair gradient /🆑
This commit is contained in:
@@ -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 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user