diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-21 21:25:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-21 21:25:47 +0300 |
commit | c41fcc1f637e76e5ff671b223ce6c151af89e7d3 (patch) | |
tree | ae7afae3d8c30eff4569fc0c41fb8d0ef99ecd94 /src/gamemodifiers.h | |
parent | 8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1 (diff) | |
download | plus-c41fcc1f637e76e5ff671b223ce6c151af89e7d3.tar.gz plus-c41fcc1f637e76e5ff671b223ce6c151af89e7d3.tar.bz2 plus-c41fcc1f637e76e5ff671b223ce6c151af89e7d3.tar.xz plus-c41fcc1f637e76e5ff671b223ce6c151af89e7d3.zip |
move "change drop counter" option into gamemodifiers.
Diffstat (limited to 'src/gamemodifiers.h')
-rw-r--r-- | src/gamemodifiers.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gamemodifiers.h b/src/gamemodifiers.h index 1ede2d49a..ed19773d8 100644 --- a/src/gamemodifiers.h +++ b/src/gamemodifiers.h @@ -54,6 +54,10 @@ class GameModifiers final void changeAttackType(const bool forward); + void changeQuickDropCounter(const bool forward); + + void setQuickDropCounter(const int n); + std::string getMoveTypeString(); std::string getCrazyMoveTypeString(); @@ -66,6 +70,8 @@ class GameModifiers final std::string getAttackTypeString(); + std::string getQuickDropCounterString(); + protected: static const char *getVarItem(const char *const *const arr, const unsigned index, |