diff --git a/code/datums/shuttles.dm b/code/datums/shuttles.dm index 20c4b9a6e00..63e06053bd2 100644 --- a/code/datums/shuttles.dm +++ b/code/datums/shuttles.dm @@ -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]