From 4c6a006e83141a0e10babc0795a67720dc424d59 Mon Sep 17 00:00:00 2001 From: Throstur Date: Fri, 15 May 2015 00:30:58 +0000 Subject: [PATCH] fixed missing crystals --- src/solar_system.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solar_system.erl b/src/solar_system.erl index deb07e9..185aebb 100644 --- a/src/solar_system.erl +++ b/src/solar_system.erl @@ -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() ->