mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-19 22:00:50 -04:00
fix(curriculum): resolve the duplicate function (#53648)
This commit is contained in:
@@ -156,7 +156,7 @@ const locations = [
|
||||
{
|
||||
name: "store",
|
||||
"button text": ["Buy 10 health (10 gold)", "Buy weapon (30 gold)", "Go to town square"],
|
||||
"button functions": [buyWeapon, buyWeapon, goTown],
|
||||
"button functions": [buyHealth, buyWeapon, goTown],
|
||||
text: "You enter the store."
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user