Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ecramer89 committed Mar 2, 2014
1 parent 008f702 commit d043dd1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified Assets/Prefabs/DraggableGood.prefab
Binary file not shown.
Binary file modified Assets/Scenes/Main.unity
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Scripts/MagicCarpetLocation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void givePlayerMagicCarpetPowerForGood (GameObject occupantPlayer)
DesertGenerator.GoodItem goodGiven = goodToTradeForCarpet.GetComponent<GoodToken> ().good;
occupant.GetComponent<Meeple> ().player.GetComponent<PlayerInventory> ().removeGoods (goodGiven, 1);

Object.Destroy (goodToTradeForCarpet);
Object.Destroy (goodToTradeForCarpet);

}

Expand Down

0 comments on commit d043dd1

Please sign in to comment.