adds warning to shuttle purchase menu (#38266)

This commit is contained in:
81Denton
2018-06-08 03:32:03 +02:00
committed by letterjay
parent 1fbf5af360
commit 16c05b0d92
@@ -556,6 +556,9 @@
if(STATE_PURCHASE)
dat += "Budget: [SSshuttle.points] Credits.<BR>"
dat += "<BR>"
dat += "<b>Caution: Purchasing dangerous shuttles may lead to mutiny and/or death.</b><br>"
dat += "<BR>"
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)