summaryrefslogtreecommitdiff
path: root/src/gamemodifiers.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-21 23:33:48 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-21 23:33:48 +0300
commit90bfc776dc4975c523c4c35fb0778cd9b77dc164 (patch)
treed7fdd90433077b20d847ee39de8a05d33509fcd3 /src/gamemodifiers.h
parentc544a5ebb53d51fa98392188d2b44dc6ec27c390 (diff)
downloadplus-90bfc776dc4975c523c4c35fb0778cd9b77dc164.tar.gz
plus-90bfc776dc4975c523c4c35fb0778cd9b77dc164.tar.bz2
plus-90bfc776dc4975c523c4c35fb0778cd9b77dc164.tar.xz
plus-90bfc776dc4975c523c4c35fb0778cd9b77dc164.zip
move "change pvp attack type" option into gamemodifiers.
Diffstat (limited to 'src/gamemodifiers.h')
-rw-r--r--src/gamemodifiers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gamemodifiers.h b/src/gamemodifiers.h
index cfb8e4210..35615f15a 100644
--- a/src/gamemodifiers.h
+++ b/src/gamemodifiers.h
@@ -60,6 +60,8 @@ class GameModifiers final
void changeMagicAttackType(const bool forward);
+ void changePvpAttackType(const bool forward);
+
void setQuickDropCounter(const int n);
std::string getMoveTypeString();
@@ -80,6 +82,8 @@ class GameModifiers final
std::string getMagicAttackString();
+ std::string getPvpAttackTypeString();
+
protected:
static const char *getVarItem(const char *const *const arr,
const unsigned index,