From 7390effcb96e89049f6c19e4307129ac5f7c86c0 Mon Sep 17 00:00:00 2001 From: lolman360 Date: Tue, 18 Aug 2020 19:09:01 +1000 Subject: [PATCH] e --- code/datums/components/plumbing/reaction_chamber.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/plumbing/reaction_chamber.dm b/code/datums/components/plumbing/reaction_chamber.dm index 029f1fde86..90f4e621da 100644 --- a/code/datums/components/plumbing/reaction_chamber.dm +++ b/code/datums/components/plumbing/reaction_chamber.dm @@ -30,7 +30,7 @@ process_request(min(RC.required_reagents[RT], MACHINE_REAGENT_TRANSFER), RT, dir) return - reagent_flags &= ~NO_REACT + RC.reagent_flags &= ~NO_REACT reagents.handle_reactions() RC.emptying = TRUE //If we move this up, it'll instantly get turned off since any reaction always sets the reagent_total to zero. Other option is make the reaction update