mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
@@ -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,
|
||||
|
||||
@@ -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 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user