mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Sottovoce Fluff Item
*internal screaming* I hope I did this right, no errors seems good!
This commit is contained in:
@@ -1432,3 +1432,9 @@
|
||||
ckeywhitelist = list ("thedavestdave")
|
||||
character_name = list("Lucky")
|
||||
allowed_roles = "Chaplain"
|
||||
|
||||
/datum/gear/fluff/greek_dress
|
||||
path = /obj/item/clothing/under/fluff/greek_dress
|
||||
display_name = "mytilenean Dress"
|
||||
ckeywhitelist = list("sudate")
|
||||
character_name = list("Shea Corbett")
|
||||
@@ -2509,3 +2509,19 @@ Departamental Swimsuits, for general use
|
||||
desc = "Cerise's hard-won belt from her glory days. Her skill might have waned since then, but her renown lives on."
|
||||
icon_state = "champion"
|
||||
item_state = null // i swear to god this works - hatterhat
|
||||
|
||||
icon_override = 'icons/vore/custom_onmob_vr.dmi'
|
||||
//Sudate: Shea Corbett
|
||||
/obj/item/clothing/under/fluff/greek_dress
|
||||
name = "mytilenean dress"
|
||||
desc = "It's a breezy, colorful two-part dress woven from linen, with the top consisting of white linen, and the skirt of rougher, sturdy fabric. It's adorned with a yellow belt and embroidered stripes in the hem, and blue highlights at the sleeves. More notably, however, it exposes the wearer's chest entirely."
|
||||
|
||||
icon = 'icons/vore/custom_clothes_vr.dmi'
|
||||
icon_state = "greek_dress"
|
||||
worn_state = "greek_dress"
|
||||
rolled_sleeves = 0
|
||||
rolled_down = 0
|
||||
|
||||
icon_override = 'icons/vore/custom_clothes_vr.dmi'
|
||||
item_state = "greek_dress"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 207 KiB |
Reference in New Issue
Block a user