Merge pull request #15393 from Citadel-Station-13/spacehoodie
Donator - Adds Space Hoodie
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 32 KiB |
@@ -566,3 +566,9 @@
|
|||||||
path = SLOT_WEAR_MASK
|
path = SLOT_WEAR_MASK
|
||||||
path = /obj/item/clothing/mask/gas/clown_hat
|
path = /obj/item/clothing/mask/gas/clown_hat
|
||||||
ckeywhitelist = list("djkouta")
|
ckeywhitelist = list("djkouta")
|
||||||
|
|
||||||
|
/datum/gear/donator/spacehoodie
|
||||||
|
name = "Space Hoodie"
|
||||||
|
path = SLOT_WEAR_SUIT
|
||||||
|
path = /obj/item/clothing/suit/spacehoodie
|
||||||
|
ckeywhitelist = list("bidlink2")
|
||||||
|
|||||||
@@ -618,3 +618,12 @@
|
|||||||
icon = 'icons/obj/custom.dmi'
|
icon = 'icons/obj/custom.dmi'
|
||||||
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
|
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
|
||||||
mutantrace_variation = NONE
|
mutantrace_variation = NONE
|
||||||
|
|
||||||
|
/obj/item/clothing/suit/spacehoodie
|
||||||
|
name = "space hoodie"
|
||||||
|
desc = "You are not sure why this hoodie exists... but it does and it is comfortable."
|
||||||
|
icon_state = "starhoodie"
|
||||||
|
item_state = "starhoodie"
|
||||||
|
icon = 'icons/obj/custom.dmi'
|
||||||
|
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
|
||||||
|
mutantrace_variation = NONE
|
||||||
|
|||||||
Reference in New Issue
Block a user