Improved in-game menu (now the Cancel choice is on top and it's possibile to open/close the taskboard during game), improved add/remove "counter" keyword in order to avoid the trigger if needed (e.g. loop avoidance), fixed Italian and Spanish languages.
This commit is contained in:
@@ -112,7 +112,7 @@ int Counters::addCounter(const char * _name, int _power, int _toughness, bool _n
|
||||
{
|
||||
counters[i]->added();
|
||||
counters[i]->nb++;
|
||||
if (!duplicated)
|
||||
if (!_noevent && !duplicated)
|
||||
{
|
||||
WEvent * j = NEW WEventCounters(this,_name,_power,_toughness,true,false,_source);
|
||||
dynamic_cast<WEventCounters*>(j)->targetCard = this->target;
|
||||
|
||||
Reference in New Issue
Block a user