Files
RoxyandGitHub c6b96b0675 Split sprite_accessories.dm into separate files (#96389)
## 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
2026-06-09 05:59:17 +02:00

20 lines
445 B
Plaintext

/datum/sprite_accessory/snouts
icon = 'icons/mob/human/species/lizard/lizard_misc.dmi'
em_block = TRUE
/datum/sprite_accessory/snouts/sharp
name = "Sharp"
icon_state = "sharp"
/datum/sprite_accessory/snouts/round
name = "Round"
icon_state = "round"
/datum/sprite_accessory/snouts/sharplight
name = "Sharp + Light"
icon_state = "sharplight"
/datum/sprite_accessory/snouts/roundlight
name = "Round + Light"
icon_state = "roundlight"