e
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
process_request(min(RC.required_reagents[RT], MACHINE_REAGENT_TRANSFER), RT, dir)
|
process_request(min(RC.required_reagents[RT], MACHINE_REAGENT_TRANSFER), RT, dir)
|
||||||
return
|
return
|
||||||
|
|
||||||
reagent_flags &= ~NO_REACT
|
RC.reagent_flags &= ~NO_REACT
|
||||||
reagents.handle_reactions()
|
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user