[MIRROR] Make shuttle engines actually purchasable with the BYOS kit [MDB IGNORE] (#12226)

* Make shuttle engines actually purchasable with the BYOS kit (#65596)

* Make shuttle engines actually purchasable with the BYOS kit

* Add note that shuttle engines can speed up transit time

* Make shuttle engines actually purchasable with the BYOS kit

Co-authored-by: RandomGamer123 <31096837+RandomGamer123@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-03-22 21:04:50 +00:00
committed by GitHub
co-authored by RandomGamer123
parent 6447a82bdc
commit 8bb9bf3cd6
+3 -3
View File
@@ -168,12 +168,12 @@
/datum/map_template/shuttle/emergency/construction
suffix = "construction"
name = "Build your own shuttle kit"
description = "For the enterprising shuttle engineer! The chassis will dock upon purchase, but launch will have to be authorized as usual via shuttle call. Comes stocked with construction materials. Unlocks the ability to buy shuttle engine crates from cargo."
admin_notes = "No brig, no medical facilities, no shuttle console."
description = "For the enterprising shuttle engineer! The chassis will dock upon purchase, but launch will have to be authorized as usual via shuttle call. Comes stocked with construction materials. Unlocks the ability to buy shuttle engine crates from cargo, which allow you to speed up shuttle transit time."
admin_notes = "No brig, no medical facilities."
credit_cost = CARGO_CRATE_VALUE * 5
who_can_purchase = list(ACCESS_CAPTAIN, ACCESS_CE)
/datum/map_template/shuttle/emergency/airless/post_load()
/datum/map_template/shuttle/emergency/construction/post_load()
. = ..()
//enable buying engines from cargo
var/datum/supply_pack/P = SSshuttle.supply_packs[/datum/supply_pack/engineering/shuttle_engine]