Affect Alchemy special node can now remove recipes

This commit is contained in:
2025-03-08 20:03:48 -05:00
committed by Celtic Minstrel
parent 7ecd6bf3b3
commit 67fbb4fae5
2 changed files with 2 additions and 2 deletions

View File

@@ -398,7 +398,7 @@ Unused
Unused
Unused
Which Recipe
Unused
1 - remove, 0 - give
Unused
Unused
Unused

View File

@@ -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;