Merge pull request #945 from 99leonchang/master

AchievmentAPI logic change
This commit is contained in:
Shoghi Cervantes 2013-11-24 02:51:11 -08:00
commit 53fd9cb466

View File

@ -76,7 +76,7 @@ class AchievementAPI{
"buildBetterPickaxe" => array( "buildBetterPickaxe" => array(
"name" => "Getting an Upgrade", "name" => "Getting an Upgrade",
"requires" => array( "requires" => array(
"buildWorkBench", "buildPickaxe",
), ),
), ),
"buildSword" => array( "buildSword" => array(