mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Merge pull request #1513 from Malkevin/galoshesB
Galoshes B: Janicart crate comes with galoshes
This commit is contained in:
@@ -857,8 +857,9 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "janitorial supplies"
|
||||
|
||||
/datum/supply_packs/misc/janitor/janicart
|
||||
name = "Janitorial Cart crate"
|
||||
contains = list(/obj/structure/janitorialcart)
|
||||
name = "Janitorial Cart & Galoshes crate"
|
||||
contains = list(/obj/structure/janitorialcart,
|
||||
/obj/item/clothing/shoes/galoshes)
|
||||
cost = 10
|
||||
containertype = /obj/structure/largecrate
|
||||
containername = "janitorial cart crate"
|
||||
|
||||
Reference in New Issue
Block a user