mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +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
20 lines
445 B
Plaintext
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"
|