Merge pull request #1599 from SquishyRolls/VaultSuit

Vault suit
This commit is contained in:
Dahlular
2022-04-28 17:55:22 -06:00
committed by GitHub
6 changed files with 16 additions and 2 deletions
+2 -1
View File
@@ -111,7 +111,8 @@
/obj/item/clothing/ears/headphones = 2,
/obj/item/clothing/head/wig/random = 3,
/obj/item/clothing/suit/ran = 2,
/obj/item/clothing/head/ran = 2)
/obj/item/clothing/head/ran = 2,
/obj/item/clothing/under/vaultsuit = 3)
contraband = list(/obj/item/clothing/suit/judgerobe = 1,
/obj/item/clothing/head/powdered_wig = 1,
/obj/item/gun/magic/wand = 2,
+8 -1
View File
@@ -149,4 +149,11 @@ obj/item/clothing/neck/stole/black
can_adjust = FALSE
mutantrace_variation = NO_MUTANTRACE_VARIATION
/obj/item/clothing/under/vaultsuit
name = "vault suit"
desc = "A tight form fitting Vault-Tec standard issue Vault Jumpsuit! Snazzy!"
icon = 'hyperstation/icons/obj/clothing/uniforms.dmi'
icon_state = "vaultsuit"
alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi'
item_state = "b_suit"
can_adjust = FALSE
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

@@ -535,4 +535,10 @@
name = "Revealing office uniform"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/officesexy
cost = 1
/datum/gear/overalls
name = "vaultsuit"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/vaultsuit
cost = 1
Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

After

Width:  |  Height:  |  Size: 340 KiB