Closed karlerik-simon closed 1 year ago
Someone is attempting to deploy a commit to a Personal Account owned by @jeremyckahn on Vercel.
@jeremyckahn first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
farmhand | ✅ Ready (Inspect) | Visit Preview | Jan 4, 2023 at 10:27PM (UTC) |
What this PR does
It adds a scarecrow at the beginning of the game by including an item object at inventory of initial state
How this change can be validated
By running a new game, and the scarecrow will be seen in the inventory. You can also see the scarecrow at the side menu in the fields tab.
Questions or concerns about this change
Currently the scarecrow is added but the $500 at the start still remains. Should it be reduced by $160 to account for the scarecrow?
Should addItemToInventory be used instead of "hardcoding" it into the initial state?
Additional information