Another fashion update: dress, medical gown and fannypack edition (#5296)

-adds some new dresses ported from polaris and tg to the custom loadout, at some players request
-adds the medical gown, replacing the white jumpsuit in patient's closet, suggested here: https://forums.aurorastation.org/viewtopic.php?f=18&t=11622&
-adds fannypacks to the loadout
-adds some xeno hardsuit sprites, ported from polaris
This commit is contained in:
Alberyk
2018-09-30 22:15:02 +03:00
committed by Erki
parent 9f8cfc7e87
commit 69f92be449
12 changed files with 136 additions and 6 deletions
@@ -4,6 +4,7 @@
icon = 'icons/obj/clothing/belts.dmi'
icon_state = "utilitybelt"
item_state = "utility"
force = 2
storage_slots = 7
max_w_class = 3
max_storage_space = 28
@@ -314,4 +315,58 @@
icon_state = "bandolier"
item_state = "bandolier"
can_hold = list(/obj/item/ammo_casing/shotgun)
storage_slots = 16
storage_slots = 16
/obj/item/weapon/storage/belt/fannypack
name = "leather fannypack"
desc = "A dorky fannypack for keeping small items in."
icon_state = "fannypack_leather"
item_state = "fannypack_leather"
max_w_class = 2
storage_slots = null
max_storage_space = 8
/obj/item/weapon/storage/belt/fannypack/black
name = "black fannypack"
icon_state = "fannypack_black"
item_state = "fannypack_black"
/obj/item/weapon/storage/belt/fannypack/blue
name = "blue fannypack"
icon_state = "fannypack_blue"
item_state = "fannypack_blue"
/obj/item/weapon/storage/belt/fannypack/cyan
name = "cyan fannypack"
icon_state = "fannypack_cyan"
item_state = "fannypack_cyan"
/obj/item/weapon/storage/belt/fannypack/green
name = "green fannypack"
icon_state = "fannypack_green"
item_state = "fannypack_green"
/obj/item/weapon/storage/belt/fannypack/orange
name = "orange fannypack"
icon_state = "fannypack_orange"
item_state = "fannypack_orange"
/obj/item/weapon/storage/belt/fannypack/purple
name = "purple fannypack"
icon_state = "fannypack_purple"
item_state = "fannypack_purple"
/obj/item/weapon/storage/belt/fannypack/red
name = "red fannypack"
icon_state = "fannypack_red"
item_state = "fannypack_red"
/obj/item/weapon/storage/belt/fannypack/white
name = "white fannypack"
icon_state = "fannypack_white"
item_state = "fannypack_white"
/obj/item/weapon/storage/belt/fannypack/yellow
name = "yellow fannypack"
icon_state = "fannypack_yellow"
item_state = "fannypack_yellow"
@@ -15,7 +15,10 @@
name = "patient's closet"
/obj/structure/closet/secure_closet/personal/patient/fill()
new /obj/item/clothing/under/color/white( src )
if(prob(50))
new /obj/item/clothing/under/medical_gown(src)
else
new /obj/item/clothing/under/medical_gown/white(src)
new /obj/item/clothing/shoes/white( src )