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