mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 06:56:23 +01:00
Adds Latex Maid Dresses.
As the title says! Also renames clothes stuff because SS13 needs jumpsuits to end with _s for some inscrutible reason
This commit is contained in:
@@ -1708,4 +1708,19 @@ Departamental Swimsuits, for general use
|
||||
|
||||
/obj/item/clothing/gloves/fluff/vietsi/proc/change_name(var/signet_name = "Unknown")
|
||||
name = "[signet_name]'s Bone Signet Ring"
|
||||
desc = "A signet ring belonging to [signet_name], carved from the bones of something long extinct, as a ward against bad luck."
|
||||
desc = "A signet ring belonging to [signet_name], carved from the bones of something long extinct, as a ward against bad luck."
|
||||
|
||||
//KotetsuRedwood:Latex Maid Dresses, for everyone to 'enjoy'. :3c
|
||||
/obj/item/clothing/under/fluff/latexmaid
|
||||
name = "latex maid dress"
|
||||
desc = "Squeak! A shiny outfit for cleaning, made by people with dirty minds."
|
||||
|
||||
item_icons = list(slot_w_uniform_str = 'icons/vore/custom_clothes_vr.dmi')
|
||||
icon = 'icons/vore/custom_clothes_vr.dmi'
|
||||
icon_state = "latexmaid"
|
||||
item_state = "latexmaid_mob"
|
||||
|
||||
sprite_sheets = list(
|
||||
"Teshari" = 'icons/vore/custom_clothes_tesh_vr.dmi'
|
||||
)
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
Reference in New Issue
Block a user