mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): resolve the duplicate function (#53648)
This commit is contained in:
parent
8e93c658cd
commit
e656d2ec0b
@ -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."
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user