mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-12 02:43:49 +00:00
Trending spriter
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 37 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@@ -416,3 +416,9 @@ datum/gear/darksabresheath
|
|||||||
category = SLOT_GLOVES
|
category = SLOT_GLOVES
|
||||||
path = /obj/item/clothing/gloves/longblackgloves
|
path = /obj/item/clothing/gloves/longblackgloves
|
||||||
ckeywhitelist = list("bigmanclancy")
|
ckeywhitelist = list("bigmanclancy")
|
||||||
|
|
||||||
|
/datum/gear/trendy_fit
|
||||||
|
name = "Trendy Fit"
|
||||||
|
category = SLOT_W_UNIFORM
|
||||||
|
path = /obj/item/clothing/under/trendy_fit
|
||||||
|
ckeywhitelist = list("midgetdragon")
|
||||||
@@ -519,3 +519,12 @@
|
|||||||
item_state = "longblackgloves"
|
item_state = "longblackgloves"
|
||||||
icon = 'icons/obj/custom.dmi'
|
icon = 'icons/obj/custom.dmi'
|
||||||
alternate_worn_icon = 'icons/mob/custom_w.dmi'
|
alternate_worn_icon = 'icons/mob/custom_w.dmi'
|
||||||
|
|
||||||
|
/obj/item/clothing/under/trendy_fit
|
||||||
|
name = "Trendy Fitting Clothing"
|
||||||
|
desc = "An outfit straight from the boredom of space, its the type of thing only someone trying to entertain themselves on the way to their next destination would wear."
|
||||||
|
icon_state = "trendy_fit"
|
||||||
|
item_state = "trendy_fit"
|
||||||
|
icon = 'icons/obj/custom.dmi'
|
||||||
|
alternate_worn_icon = 'icons/mob/custom_w.dmi'
|
||||||
|
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||||
Reference in New Issue
Block a user