Sengir Vampire doesn't use counters
Brought to you by:
fabdouglas
Sengir Vampire's current code directly changes its power and toughness.
To correct this, all one has to do is change the following code:
<effects>
<target type="this"/>
<add-modifier>
<register-modifier index="power" value="1" operation="add" linked="false"/>
<register-modifier index="toughness" value="1" operation="add" linked="false"/>
</add-modifier>
<!-- we remove directly this ability. Anyway, it
would be removed automatically at the end of
with the <until>
-->
<unregister-this/>
</effects>
To this:
<effects>
<target type="this"/>
<add-object object-name='+1/+1'/>
</effects>
Logged In: NO
fixed in SVN 3330
thanks :)
Logged In: YES
user_id=1612535
Originator: NO
fixed in SVN 3330
thanks :)