Add JackO (test)

This commit is contained in:
Laurent Vivier 2011-09-25 11:00:11 +02:00
parent 8e33fc3eb8
commit 4b049e0993
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ std::string item_craft_get_image_name(const std::string &subname)
return "apple.png";
else if(subname == "apple_iron")
return "apple_iron.png";
else if(subname == "jack")
return "JackO-front.png";
else
return "cloud.png"; // just something
}