From ddd7e02c522deef33a52a6764eaca9fa0b83ae92 Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Sat, 24 Aug 2013 11:59:04 +0100 Subject: [PATCH] [Change] Have land differentiate between planet classed. --- snd/music.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snd/music.lua b/snd/music.lua index e7509a6..3026a58 100644 --- a/snd/music.lua +++ b/snd/music.lua @@ -19,9 +19,9 @@ function choose(str) if class == "M" then mus = "agriculture" - elseif class == "" then + elseif name == "Anecu" then -- TODO: We need a way to differenciate aquatics. mus = "ocean" - elseif class == "" then + elseif class == "P" then mus = "snow" else if space.planetServices(planet) > 0 then