diff --git a/Source/qol/stash.cpp b/Source/qol/stash.cpp index feaeecab6..e9602340e 100644 --- a/Source/qol/stash.cpp +++ b/Source/qol/stash.cpp @@ -594,6 +594,7 @@ void WithdrawGoldKeyPress(char vkey) if (vkey == DVL_VK_RETURN) { if (WithdrawGoldValue > 0) { WithdrawGold(myPlayer, WithdrawGoldValue); + PlaySFX(IS_GOLD); } CloseGoldWithdraw(); } else if (vkey == DVL_VK_ESCAPE) {