Skip to content

Commit

Permalink
reduce recipe ingrdients for beta test purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarthel-fr committed Sep 8, 2013
1 parent 94482f6 commit 4834778
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static Recipe create(int inventoryItemType) {
break;

case InventoryItemInformation.TYPE_GOLD_BULLET:
recipe.addIngredient(InventoryItemInformationFactory.create(InventoryItemInformation.TYPE_COIN), 100);
recipe.addIngredient(InventoryItemInformationFactory.create(InventoryItemInformation.TYPE_COIN), 50);
recipe.addIngredient(InventoryItemInformationFactory.create(InventoryItemInformation.TYPE_KING_CROWN), 1);
break;
}
Expand Down

0 comments on commit 4834778

Please sign in to comment.