Port of TGs buildable conveyors. We can finally repair broken conveyors!

This commit is contained in:
GeneralChaos81
2016-09-09 16:35:08 +10:00
parent 6465d5b482
commit 010293bbf8
3 changed files with 189 additions and 10 deletions
+13
View File
@@ -616,6 +616,19 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
access = access_ce
announce_beacons = list("Engineering" = list("Chief Engineer's Desk", "Atmospherics"))
/datum/supply_packs/engineering/conveyor // NEW
name = "Conveyor Assembly Crate"
contains = list(/obj/item/conveyor_construct,
/obj/item/conveyor_construct,
/obj/item/conveyor_construct,
/obj/item/conveyor_construct,
/obj/item/conveyor_construct,
/obj/item/conveyor_construct,
/obj/item/conveyor_switch_construct,
/obj/item/weapon/paper/conveyor)
cost = 15
containername = "conveyor assembly crate"
//////////////////////////////////////////////////////////////////////////////
//////////////////////////// Medical /////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////