summaryrefslogtreecommitdiff
path: root/src/gamemodifiers.h
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-06-05 20:34:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-25 21:38:30 +0300
commitf67a60ea6108e2c70186bf4742c223179ac5f4be (patch)
treec057d9dc5a8c9716b24b5ba2dc4cb576832ee1dc /src/gamemodifiers.h
parent760b544fb26dcfc5103a44bf977cd8cd95b0862a (diff)
downloadplus-f67a60ea6108e2c70186bf4742c223179ac5f4be.tar.gz
plus-f67a60ea6108e2c70186bf4742c223179ac5f4be.tar.bz2
plus-f67a60ea6108e2c70186bf4742c223179ac5f4be.tar.xz
plus-f67a60ea6108e2c70186bf4742c223179ac5f4be.zip
add targetingType feature
Diffstat (limited to 'src/gamemodifiers.h')
-rw-r--r--src/gamemodifiers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamemodifiers.h b/src/gamemodifiers.h
index cc9503987..5b84dc932 100644
--- a/src/gamemodifiers.h
+++ b/src/gamemodifiers.h
@@ -52,6 +52,7 @@ class GameModifiers final
declModifier(FollowMode)
declModifier(AttackWeaponType)
declModifier(AttackType)
+ declModifier(TargetingType)
declModifier(QuickDropCounter)
declModifier(PickUpType)
declModifier(MagicAttackType)