Skip to content

Commit

Permalink
fixed missing crystals
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrosturX committed May 15, 2015
1 parent 834c4ab commit 4c6a006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solar_system.erl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ print() ->

%% Outputs list of all resource types
resource_types() ->
["Metals", "Water", "Carbon"].
["Metals", "Water", "Carbon", "Crystals"].

%% Outputs list of all ship types
ship_types() ->
Expand Down

0 comments on commit 4c6a006

Please sign in to comment.