Erwan
- InGame Text display is now an option - Fixed *Duos in SHM, benalish knight, beeligerent hatchling, removed demigod of revenge (needs extensive testing) - added "ueot" for p/t and abilities gaining in the parser, as part as the fix for safehold duo
This commit is contained in:
@@ -76,7 +76,7 @@ class AACounter: public ActivatedAbility{
|
||||
_target->counters->addCounter(power, toughness);
|
||||
}
|
||||
}else{
|
||||
for (int i=0; i < nb; i++){
|
||||
for (int i=0; i < -nb; i++){
|
||||
_target->counters->removeCounter(power, toughness);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@ using std::string;
|
||||
#define OPTIONS_PLASMAEFFECT "plasmaEffect"
|
||||
#define OPTIONS_INTERRUPTMYSPELLS "interruptMySpells"
|
||||
#define OPTIONS_INTERRUPTMYABILITIES "interruptMyAbilities"
|
||||
#define OPTIONS_OSD "displayOSD"
|
||||
|
||||
// WALDORF - added
|
||||
#define OPTIONS_INTERRUPT_SECONDS "interruptSeconds"
|
||||
|
||||
Reference in New Issue
Block a user