fix(curriculum): resolve the duplicate function (#53648)

This commit is contained in:
DeanTheReider
2024-02-12 09:52:59 -05:00
committed by GitHub
parent 8e93c658cd
commit e656d2ec0b

View File

@@ -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."
},
{