Page 1 of 1

some cards not working

PostPosted: 04 Apr 2009, 21:52
by Siyan0
maybe I did something wrong but I have got some card that just dont do anything (see screenshot) I also added the log

Code: Select all
Traceback (most recent call last):
  File "game\CardDatabase.pyo", line 69, in execCode
  File "<string>", line 18, in <module>
  File "game\Ability\Decorators.pyo", line 90, in make_ability
  File "<string>", line 24, in ability
NameError: global name 'condition' is not defined

Re: some cards not working

PostPosted: 05 Apr 2009, 01:40
by juzamjedi
Hello,

From looking at the screen shot it appears these cards that don't do anything are some cards that were not implemented as of the previous public release. The easy way to tell if a card is not yet implemented is it will be a 0-cost artifact card.

Re: some cards not working

PostPosted: 05 Apr 2009, 15:15
by MageKing17
That error log suggests an actual card problem... however, without knowing the name of the card that generated it, it's hard to know whether or not it was fixed since the v0.581 release. I'm going to try to release a new version this week, if nobody reports any major engine bugs or makes a major-but-simple-to-implement engine request within the next few days, since the amount of implemented/tested cards has continued to increase.