mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-12 15:42:49 +01:00
adds gn set
This commit is contained in:
@@ -17,3 +17,7 @@
|
||||
var/obj/item/clothing/suit/jacket_type = the_jacket
|
||||
the_jackets[initial(jacket_type.name)] = jacket_type
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(the_jackets))
|
||||
|
||||
/datum/gear/suit/gntop
|
||||
display_name = "GN crop jacket"
|
||||
path = /obj/item/clothing/suit/storage/fluff/gntop
|
||||
@@ -155,3 +155,7 @@ Swimsuits
|
||||
var/obj/item/weapon/storage/box/fluff/swimsuit/swimsuit_type = swimsuit
|
||||
swimsuits[initial(swimsuit_type.name)] = swimsuit_type
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(swimsuits))
|
||||
|
||||
/datum/gear/uniform/suit/gnshorts
|
||||
display_name = "GN shorts"
|
||||
path = /obj/item/clothing/under/fluff/gnshorts
|
||||
@@ -1516,6 +1516,22 @@ Departamental Swimsuits, for general use
|
||||
icon_override = 'icons/vore/custom_clothes_vr.dmi'
|
||||
item_state = "headbando"
|
||||
|
||||
/obj/item/clothing/suit/storage/fluff/gntop
|
||||
name = "GN crop jacket"
|
||||
desc = "A nifty little jacket. At least it keeps your shoulders warm."
|
||||
icon = 'icons/vore/custom_items_vr.dmi'
|
||||
icon_state = "gntop"
|
||||
icon_override = 'icons/vore/custom_clothes_vr.dmi'
|
||||
item_state = "gntop"
|
||||
|
||||
/obj/item/clothing/under/fluff/gnshorts
|
||||
name = "GN shorts"
|
||||
desc = "Stylish white shorts with pockets, stripes, and even a belt."
|
||||
icon = 'icons/vore/custom_items_vr.dmi'
|
||||
icon_state = "gnshorts"
|
||||
icon_override = 'icons/vore/custom_clothes_vr.dmi'
|
||||
item_state = "gnshorts"
|
||||
|
||||
//General use
|
||||
/obj/item/clothing/suit/storage/fluff/loincloth
|
||||
name = "Loincloth"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 181 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 48 KiB |
Reference in New Issue
Block a user