Maps in floor painter in engineering workshop, makes it and pipe painters orderable from Cargo

This commit is contained in:
GinjaNinja32
2015-02-03 17:19:45 +00:00
parent e656b23c6f
commit 444c7c71f3
2 changed files with 12 additions and 1 deletions
Executable → Regular
+11
View File
@@ -1417,5 +1417,16 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
/obj/item/clothing/under/dress/dress_saloon)
group = "Miscellaneous"
/datum/supply_packs/painters
name = "Station Painting Supplies"
cost = 10
containername = "station painting supplies crate"
containertype = /obj/structure/closet/crate
group = "Engineering"
contains = list(/obj/item/device/pipe_painter,
/obj/item/device/pipe_painter,
/obj/item/device/floor_painter,
/obj/item/device/floor_painter)