SAGA2: Drop custom TRUE/FALSE
This commit is contained in:
parent
4eebd6d6bf
commit
97f7a0e529
96 changed files with 1251 additions and 1259 deletions
|
@ -459,7 +459,7 @@ SPECIALSPELL(Resurrect) {
|
|||
SPECIALSPELL(DispellPoison) {
|
||||
if (isActor(trg->getObject())) {
|
||||
Actor *a = (Actor *) trg->getObject();
|
||||
DispelObjectEnchantment(a->thisID(), makeEnchantmentID(actorPoisoned, TRUE));
|
||||
DispelObjectEnchantment(a->thisID(), makeEnchantmentID(actorPoisoned, true));
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue