Janitor Winter Coat (#31749)

* janny

* crate and snaxi additions
This commit is contained in:
gurfan
2021-12-30 16:29:11 -06:00
committed by GitHub
parent 253a8cf192
commit 1de214dab5
5 changed files with 16 additions and 0 deletions

View File

@@ -887,6 +887,7 @@ var/list/all_supply_groups = list("Supplies","Clothing","Security","Hospitality"
/datum/supply_packs/civwinter
name = "Civilian Winterwear"
contains = list(/obj/item/clothing/suit/storage/wintercoat/prisoner,
/obj/item/clothing/suit/storage/wintercoat/janitor,
/obj/item/clothing/suit/storage/wintercoat,
/obj/item/clothing/suit/storage/wintercoat,
/obj/item/clothing/suit/storage/wintercoat,

View File

@@ -268,6 +268,20 @@
/obj/item/weapon/reagent_containers/food/drinks/shaker,
/obj/item/weapon/reagent_containers/food/drinks/discount_shaker)
/obj/item/clothing/suit/storage/wintercoat/janitor
name = "janitor winter coat"
icon_state = "coatjanitor"
clothing_flags = 0
allowed = list(
/obj/item/weapon/soap,
/obj/item/weapon/caution,
/obj/item/weapon/reagent_containers/glass/bucket,
/obj/item/weapon/mop,
/obj/item/weapon/reagent_containers/spray,
/obj/item/weapon/grenade/chem_grenade/cleaner
)
/obj/item/clothing/suit/storage/wintercoat/druid
name = "druid winter robes"
icon_state = "druid_snow"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 437 KiB

After

Width:  |  Height:  |  Size: 439 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 191 KiB

View File

@@ -17104,6 +17104,7 @@
"aMS" = (
/obj/structure/closet/jcloset,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/clothing/suit/storage/wintercoat/janitor,
/turf/simulated/floor{
dir = 1;
icon_state = "purple"