mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
## About The Pull Request This file was nearly 3000 lines long and contained every single `sprite_accessory` subtype, breaks it into separate files based on subtype instead ## Why It's Good For The Game Giant unorganized files aren't fun to look through ## Changelog N/A
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
/datum/sprite_accessory/frills
|
|
icon = 'icons/mob/human/species/lizard/lizard_misc.dmi'
|
|
|
|
/datum/sprite_accessory/frills/simple
|
|
name = "Simple"
|
|
icon_state = "simple"
|
|
|
|
/datum/sprite_accessory/frills/short
|
|
name = "Short"
|
|
icon_state = "short"
|
|
|
|
/datum/sprite_accessory/frills/aquatic
|
|
name = "Aquatic"
|
|
icon_state = "aqua"
|