mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Maps in floor painter in engineering workshop, makes it and pipe painters orderable from Cargo
This commit is contained in:
Executable → Regular
+11
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user