mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
workout shorts are cute on furries
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user