Fix giving out gold

This commit is contained in:
Shaun Bennett 2015-08-10 04:51:46 -05:00
parent 8745884153
commit adb76b0681

View File

@ -93,7 +93,7 @@ public class BonusAmount
public int getTotalGold()
{
return getGems() + getBonusGems();
return getGold() + getBonusGold();
}
public int getExperience()