Clockwork component icons for tgui will only be generated once (#1995)

This commit is contained in:
CitadelStationBot
2017-07-14 05:21:13 -05:00
committed by kevinz000
parent 03618e7aa4
commit 7c4b887551
6 changed files with 25 additions and 19 deletions
+2 -2
View File
@@ -468,10 +468,10 @@ or shoot a gun to move around via Newton's 3rd Law of Motion."
var/area/gate_area = get_area(G)
textlist += "Ark Location: <b>[uppertext(gate_area.map_name)]</b><br>"
if(G.still_needs_components())
textlist += "Ark Components required: "
textlist += "Ark Components required:<br>"
for(var/i in G.required_components)
if(G.required_components[i])
textlist += "<b><font color=[get_component_color_bright(i)]>[G.required_components[i]]</font></b> "
textlist += "[get_component_icon(i)] <b><font color=[get_component_color_bright(i)]>[G.required_components[i]]</font></b> "
textlist += "<br>"
else
textlist += "Seconds until Ratvar's arrival: <b>[G.get_arrival_text(TRUE)]</b><br>"