Skip to content

Commit

Permalink
Station costs
Browse files Browse the repository at this point in the history
  • Loading branch information
lemming552 committed Mar 3, 2015
1 parent 430bce3 commit b137013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildingPlanetaryCommand.js
Expand Up @@ -54,6 +54,7 @@ if (typeof YAHOO.lacuna.buildings.PlanetaryCommand == "undefined" || !YAHOO.lacu
' <li><label>Plots Available:</label>',(planet.plots_available || 0)*1,'</li>',
' <li><label>Population:</label>',Lib.formatNumber(planet.population),'</li>',
' <li><label>Next Colony Cost:</label>',Lib.formatNumber(this.result.next_colony_cost),'<span class="smallImg"><img src="',Lib.AssetUrl,'ui/s/happiness.png" /></span></li>',
' <li><label>Next Station Cost:</label>',Lib.formatNumber(this.result.next_station_cost),'<span class="smallImg"><img src="',Lib.AssetUrl,'ui/s/happiness.png" /></span></li>',
' <li><label>Location:</label>',planet.x,'x : ',planet.y,'y</li>',
' <li><label>Zone:</label>',planet.zone,'</li>',
' <li><label>Star:</label>',planet.star_name,' (Star ID: ',planet.star_id,')</li>',
Expand Down

0 comments on commit b137013

Please sign in to comment.