Merge pull request #440 from ToonClyde/underwear-go-under-wear

workout shorts are cute on furries
This commit is contained in:
Dahlular
2020-09-10 00:09:42 -06:00
committed by GitHub
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"