mirror of
https://github.com/KabKebab/GS13.git
synced 2026-04-17 17:01:13 +01:00
adds: slutcurity belt, slutcurity hailer, security latex gloves, pink security jumpsuit fixes: stripper armor is now in the sec wardrobe, muzzles now properly stop self-removal
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
/obj/item/clothing/gloves/latexsleeves
|
|
name = "latex sleeves"
|
|
desc = "A pair of shiny latex sleeves that covers ones arms."
|
|
icon_state = "latex"
|
|
item_state = "latex"
|
|
icon = 'hyperstation/icons/obj/clothing/gloves.dmi'
|
|
alternate_worn_icon = 'hyperstation/icons/mobs/gloves.dmi'
|
|
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
|
|
|
/obj/item/clothing/gloves/latexsleeves/security
|
|
name = "security sleeves"
|
|
desc = "A pair of latex sleeves, with a band of red above the elbows denoting that the wearer is part of the security team."
|
|
icon_state = "latexsec"
|
|
item_state = "latexsec"
|
|
|
|
/obj/item/clothing/head/dominatrixcap
|
|
name = "dominatrix cap"
|
|
desc = "A sign of authority, over the body."
|
|
icon_state = "dominatrix"
|
|
item_state = "dominatrix"
|
|
icon = 'hyperstation/icons/obj/clothing/head.dmi'
|
|
alternate_worn_icon = 'hyperstation/icons/mobs/head.dmi'
|
|
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
|
|
|
/obj/item/clothing/shoes/highheels
|
|
name = "high heels"
|
|
desc = "They make the wearer appear taller, and noisey!"
|
|
icon_state = "highheels"
|
|
item_state = "highheels"
|
|
icon = 'hyperstation/icons/obj/clothing/shoes.dmi'
|
|
alternate_worn_icon = 'hyperstation/icons/mobs/feet.dmi'
|
|
mutantrace_variation = NO_MUTANTRACE_VARIATION
|