From 1a4b623c8ecb9d0c7d991312c12d78be4a68eff2 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 23 May 2007 02:24:14 +0000 Subject: Added more PokéMod modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@13 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemod/AbilityEffect.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pokemod/AbilityEffect.cpp') diff --git a/pokemod/AbilityEffect.cpp b/pokemod/AbilityEffect.cpp index 45f45d3a..06d03afb 100644 --- a/pokemod/AbilityEffect.cpp +++ b/pokemod/AbilityEffect.cpp @@ -42,16 +42,7 @@ PokeGen::PokeMod::AbilityEffect::AbilityEffect(unsigned _id) PokeGen::PokeMod::AbilityEffect::AbilityEffect(Ini &ini, unsigned _id) { LogCtorIni("AbilityEffect", _id); - chance.Set(1, 1); - effect = -1; - val1 = -1; - val2 = -1; - val3 = -1; - trigger = -1; - tval1 = -1; - tval2.Set(1, 1); ImportIni(ini, _id); - // Big problems if (id == UINT_MAX) LogIdError("AbilityEffect"); } -- cgit