Merge pull request #1090 from Chemlight/Kristopher-Uniform-Patreon

TouchinFuzzy Patreon uniform reward
This commit is contained in:
QuoteFox
2021-04-27 19:28:22 +01:00
committed by GitHub
6 changed files with 17 additions and 1 deletions
@@ -796,6 +796,7 @@
item_color = "greenplaidshirt"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
can_adjust = FALSE
fitted = NO_FEMALE_UNIFORM
//yes
//Enzo_Leon patron stuff
+9 -1
View File
@@ -124,6 +124,14 @@
icon_state = "commissar_beret"
item_state = "commissar_beret"
/obj/item/clothing/under/touchinfuzzy
name = "provocative jumpsuit"
desc = "A form fitting jumpsuit with a golden trim zipper! Smells faintly of succubus milk."
icon_state = "touchinfuzzyuni"
item_state = "touchinfuzzyuni"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
fitted = NO_FEMALE_UNIFORM
/obj/item/toy/sword/chloesabre
name = "Fleet Commander's Sabre"
desc = "An elegant weapon, similar in design to the Captain's Sabre, but with a syndicate twist."
@@ -143,4 +151,4 @@
return mutable_appearance('icons/obj/custom.dmi', "darksheath-darksabre")
/obj/item/toy/sword/chloesabre/get_worn_belt_overlay(icon_file)
return mutable_appearance(icon_file, "darksheath-darksabre")
return mutable_appearance(icon_file, "darksheath-darksabre")
Binary file not shown.

Before

Width:  |  Height:  |  Size: 372 KiB

After

Width:  |  Height:  |  Size: 374 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 107 KiB

@@ -143,3 +143,10 @@ datum/gear/darksabresheath
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/suit/toggle/enzojacket
ckeywhitelist = list("enzoleon")
//TouchinFuzzy Patreon
/datum/gear/touchinfuzzy_uniform
name = "Provocative jumpsuit"
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/under/touchinfuzzy
ckeywhitelist = list("touchinfuzzy")
Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 KiB

After

Width:  |  Height:  |  Size: 331 KiB