typo
parent
7651df9d3b
commit
3ad1191f98
|
@ -251,7 +251,7 @@ class GameFlow {
|
|||
// If not enough money, return an error message
|
||||
return {
|
||||
success: false,
|
||||
errorMessage: `⚠️ You do not have enough money for ${selectedWeapon.name}. You have $${this.gameState.cashLeftAfterInitialPurchases} remaining.`
|
||||
errorMessage: `⚠️ You do not have enough money for the ${selectedWeapon.name}. You have $${this.gameState.cashLeftAfterInitialPurchases} remaining.`
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue