diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-05-19 03:27:00 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-05-19 03:27:00 +0000 |
| commit | e6bd0fad66fcce1a81d5b61ba6afd856d8f84d67 (patch) | |
| tree | 5a33febc4ec0f5efe270bed38f4c7c451694ead4 /pokemod/AbilityEffect.cpp | |
| parent | c0634abfb225376249023faf524f5252f47f5090 (diff) | |
| download | sigen-e6bd0fad66fcce1a81d5b61ba6afd856d8f84d67.tar.gz sigen-e6bd0fad66fcce1a81d5b61ba6afd856d8f84d67.tar.xz sigen-e6bd0fad66fcce1a81d5b61ba6afd856d8f84d67.zip | |
[FIX] general is now merged into pokemod
[FIX] Added ItemEffect widget code
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@153 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/AbilityEffect.cpp')
| -rw-r--r-- | pokemod/AbilityEffect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemod/AbilityEffect.cpp b/pokemod/AbilityEffect.cpp index b7532e2d..df33be3b 100644 --- a/pokemod/AbilityEffect.cpp +++ b/pokemod/AbilityEffect.cpp @@ -22,6 +22,7 @@ #include "Ability.h" #include "Type.h" #include "Pokemod.h" +#include "Rules.h" const QStringList AbilityEffect::EffectStr = QStringList() << "Damage to HP" << "Prevent Damage" << "Auto Heal" << "Deal Damage" << "Wilds" << "Stat" << "Status" << "Ability" << "Accuracy/Power Trade" << "Bullseye" << "Item Effect" << "Type" << "Fast Hatch" << "Weather"; const QStringList AbilityEffect::TriggerStr = QStringList() << "Anything" << "Contact" << "Weather" << "Damage" << "Type" << "HP Boundary" << "Stat Change" << "Status"; |
