diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 37282c6478..4801b2ce08 100755 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -556,6 +556,9 @@ if(STATE_PURCHASE) dat += "Budget: [SSshuttle.points] Credits.
" + dat += "
" + dat += "Caution: Purchasing dangerous shuttles may lead to mutiny and/or death.
" + dat += "
" for(var/shuttle_id in SSmapping.shuttle_templates) var/datum/map_template/shuttle/S = SSmapping.shuttle_templates[shuttle_id] if(S.can_be_bought && S.credit_cost < INFINITY)