Update of bug #11209 (project wesnoth):

                  Status:          Ready For Test => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

The WML code of the fix is actually incorrect :
[effect]
   apply_to=status
   remove=poisoned,slowed
[/effect]
There is no support for modifying multiple status at once (thought it is a
good idea for a feature request), so you need to use two effect for this.
Here is a correct version of the fix :
[effect]
   apply_to=status
   remove=poisoned
[/effect]
[effect]
   apply_to=status
   remove=slowed
[/effect]
If the bug is still there i'll commit tonight a correct version for the fix

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?11209>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to