mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 19:49:39 +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
41 lines
811 B
Plaintext
41 lines
811 B
Plaintext
/datum/sprite_accessory/ears
|
|
icon = 'icons/mob/human/cat_features.dmi'
|
|
em_block = TRUE
|
|
|
|
/datum/sprite_accessory/ears/cat
|
|
name = "Cat"
|
|
icon_state = "cat"
|
|
color_src = HAIR_COLOR
|
|
|
|
/datum/sprite_accessory/ears/cat/big
|
|
name = "Big"
|
|
icon_state = "big"
|
|
|
|
/datum/sprite_accessory/ears/cat/miqo
|
|
name = "Coeurl"
|
|
icon_state = "miqo"
|
|
|
|
/datum/sprite_accessory/ears/cat/fold
|
|
name = "Fold"
|
|
icon_state = "fold"
|
|
|
|
/datum/sprite_accessory/ears/cat/lynx
|
|
name = "Lynx"
|
|
icon_state = "lynx"
|
|
|
|
/datum/sprite_accessory/ears/cat/round
|
|
name = "Round"
|
|
icon_state = "round"
|
|
|
|
/datum/sprite_accessory/ears/cat/cybernetic
|
|
name = "Cybernetic"
|
|
icon_state = "cyber"
|
|
locked = TRUE
|
|
|
|
/datum/sprite_accessory/ears/fox
|
|
icon = 'icons/mob/human/fox_features.dmi'
|
|
name = "Fox"
|
|
icon_state = "fox"
|
|
color_src = HAIR_COLOR
|
|
locked = TRUE
|