Affect Alchemy special node can now remove recipes
This commit is contained in:
@@ -398,7 +398,7 @@ Unused
|
|||||||
Unused
|
Unused
|
||||||
Unused
|
Unused
|
||||||
Which Recipe
|
Which Recipe
|
||||||
Unused
|
1 - remove, 0 - give
|
||||||
Unused
|
Unused
|
||||||
Unused
|
Unused
|
||||||
Unused
|
Unused
|
||||||
|
|||||||
@@ -3134,7 +3134,7 @@ void affect_spec(const runtime_state& ctx) {
|
|||||||
showError("Alchemy is out of range.");
|
showError("Alchemy is out of range.");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
univ.party.alchemy[spec.ex1a] = true;
|
univ.party.alchemy[spec.ex1a] = !spec.ex1b;
|
||||||
break;
|
break;
|
||||||
case eSpecType::AFFECT_SOUL_CRYSTAL:
|
case eSpecType::AFFECT_SOUL_CRYSTAL:
|
||||||
if(pc_num < 100) break;
|
if(pc_num < 100) break;
|
||||||
|
|||||||
Reference in New Issue
Block a user