Menu

#309 Sengir Vampire doesn't use counters

open-fixed
nobody
None
1
2008-08-12
2008-03-14
Anonymous
No

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>

Discussion

  • Nobody/Anonymous

    Logged In: NO

    fixed in SVN 3330

    thanks :)

     
  • riclas

    riclas - 2008-08-12
    • priority: 5 --> 1
    • status: open --> open-fixed
     
  • riclas

    riclas - 2008-08-12

    Logged In: YES
    user_id=1612535
    Originator: NO

    fixed in SVN 3330

    thanks :)

     

Log in to post a comment.

MongoDB Logo MongoDB