mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-01-05 22:54:56 +00:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
//Butt (main code edit)
|
|
/datum/sprite_accessory/butt
|
|
icon = 'modular_splurt/icons/obj/genitals/butt_onmob.dmi'
|
|
|
|
//Vaginas
|
|
/datum/sprite_accessory/vagina/cloaca
|
|
name = "Cloaca"
|
|
icon_state = "cloaca"
|
|
|
|
//Testicles
|
|
/datum/sprite_accessory/testicles/sheath
|
|
icon_state = "sheath"
|
|
name = "Sheath"
|
|
|
|
//Penises
|
|
/datum/sprite_accessory/penis/thick
|
|
icon_state = "thick"
|
|
name = "Thick"
|
|
|
|
//Bellies
|
|
/datum/sprite_accessory/belly
|
|
icon = 'modular_splurt/icons/obj/genitals/belly_onmob.dmi'
|
|
icon_state = "belly"
|
|
name = "belly"
|
|
color_src = "belly_color"
|
|
|
|
//there literally shouldn't be any other ass types besides one because that'd be weird, this is just here to keep things consistent for the genital system.
|
|
/datum/sprite_accessory/belly/pair
|
|
icon_state = "pair"
|
|
name = "Pair"
|
|
|
|
/datum/sprite_accessory/anus
|
|
icon = 'modular_splurt/icons/obj/genitals/anus_onmob.dmi'
|
|
icon_state = "anus"
|
|
name = "anus"
|
|
color_src = "anus_color"
|
|
|
|
/datum/sprite_accessory/anus/donut
|
|
icon_state = DEF_ANUS_SHAPE
|
|
name = DEF_ANUS_SHAPE
|
|
|
|
/datum/sprite_accessory/anus/squished
|
|
icon_state = "squished"
|
|
name = "squished"
|