Merge pull request #1777 from Citadel-Station-13/upstream-merge-28564

[MIRROR] Shuttle engines affecting travel time
This commit is contained in:
LetterJay
2017-06-26 09:00:54 -05:00
committed by GitHub
10 changed files with 209 additions and 20 deletions
+9
View File
@@ -710,6 +710,15 @@
/obj/item/weapon/am_containment)
crate_name = "antimatter jar crate"
/datum/supply_pack/engineering/shuttle_engine
name = "Shuttle Engine Crate"
cost = 5000
access = GLOB.access_ce
contains = list(/obj/structure/shuttle/engine/propulsion/burst/cargo)
crate_name = "shuttle engine crate"
crate_type = /obj/structure/closet/crate/secure/engineering
special = TRUE
//////////////////////////////////////////////////////////////////////////////
//////////////////////////// Medical /////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////