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
This commit is contained in:
RandomGamer123
2022-03-22 15:24:10 -04:00
committed by GitHub
parent e5ab69aeb3
commit c1da73ee36
+3 -3
View File
@@ -167,12 +167,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]