Merge pull request #9514 from Linzolle/kevin-has-a-foot-fetish

foot fetish content for kevin (ankle coverings)
This commit is contained in:
kevinz000
2019-10-17 12:49:08 -07:00
committed by GitHub
7 changed files with 47 additions and 5 deletions
@@ -311,3 +311,25 @@
set_light(0)
lightCycle = 0
active = FALSE
// kevin is into feet
/obj/item/clothing/shoes/wraps
name = "gilded leg wraps"
desc = "Ankle coverings. These ones have a golden design."
icon_state = "gildedcuffs"
body_parts_covered = FALSE
/obj/item/clothing/shoes/wraps/silver
name = "silver leg wraps"
desc = "Ankle coverings. Not made of real silver."
icon_state = "silvergildedcuffs"
/obj/item/clothing/shoes/wraps/red
name = "red leg wraps"
desc = "Ankle coverings. Show off your style with these shiny red ones!"
icon_state = "redcuffs"
/obj/item/clothing/shoes/wraps/blue
name = "blue leg wraps"
desc = "Ankle coverings. Hang ten, brother."
icon_state = "bluecuffs"