Merge pull request #19 from MikeHoffert/feature-attack-boost

Attack boosts and upgrades now support upgrading attack speed
This commit is contained in:
titiger 2014-09-29 01:24:52 +02:00
commit c6993ed7dd
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@ protected:
bool attackSpeedIsMultiplier;
std::map<string,int> attackSpeedIsMultiplierValueList;
int attackSpeed;
bool attackSpeedIsMultiplier;
std::map<string,int> attackSpeedIsMultiplierValueList;
public:
/**
* Creates an UpgradeTypeBase with values such that there are no stat changes.