workout shorts are cute on furries

This commit is contained in:
ToonClyde
2020-09-08 16:37:35 -07:00
parent 1c6a5d0300
commit 4e93b9788b
7 changed files with 34 additions and 4 deletions
+2 -2
View File
@@ -86,6 +86,7 @@
icon_state = "orange"
item_color = "orange"
/obj/item/clothing/shoes/sneakers/orange/attack_self(mob/user)
if (src.chained)
src.chained = null
@@ -120,5 +121,4 @@
to_chat(c, "<span class='warning'>You need help taking these off!</span>")
return
return ..()
+16 -1
View File
@@ -35,4 +35,19 @@
/obj/item/clothing/under/shorts/purple
name = "purple athletic shorts"
icon_state = "purpleshorts"
item_color = "purpleshorts"
item_color = "purpleshorts"
/obj/item/clothing/under/shorts/redwshort
name = "Red workout short"
icon_state = "redwshort"
item_color = "redwshort"
/obj/item/clothing/under/shorts/yellowwshort
name = "Yellow workout short"
icon_state = "yellowwshort"
item_color = "yellowwshort"
/obj/item/clothing/under/shorts/pinkwshort
name = "Pink workout short"
icon_state = "pinkwshort"
item_color = "pinkwshort"