Adds Sarashi(#8954)

This commit is contained in:
ParadoxSpace
2020-05-28 23:17:04 -03:00
committed by GitHub
parent 59c4611abc
commit fd7b2ad872
3 changed files with 61 additions and 0 deletions
+20
View File
@@ -77,4 +77,24 @@
/datum/category_item/underwear/top/swimtop
name = "Swimming Top"
icon_state = "swimtop"
has_color = TRUE
/datum/category_item/underwear/top/sarashi
name = "Sarashi, Stomach"
icon_state = "sarashi_stomach"
has_color = TRUE
/datum/category_item/underwear/top/sarashi_torso
name = "Sarashi, Torso"
icon_state = "sarashi_torso"
has_color = TRUE
/datum/category_item/underwear/top/sarashi_mchest
name = "Sarashi, Male Chest"
icon_state = "sarashi_mchest"
has_color = TRUE
/datum/category_item/underwear/top/sarashi_fchest
name = "Sarashi, Female Chest"
icon_state = "sarashi_fchest"
has_color = TRUE