-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic changelog for PR #1565 [ci skip]
- Loading branch information
1 parent
705c6f7
commit 82099ec
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
author: "NaakaKo" | ||
delete-after: True | ||
changes: | ||
- code_imp: "removed redundant procs `get_master_reagent_id()` & `get_master_reagent_name()`" | ||
- code_imp: "merged `remove_all_type()` proc with `remove_reagent()` now this proc can perform both functions. `remove_reagent()` now returns the total volume of reagents removed rather than a simple TRUE/FALSE." | ||
- code_imp: "merged `trans_id_to()` proc with `trans_to()` now this proc can perform both functions" | ||
- refactor: "plumbing reaction chamber will now use only a single tick to balance ph of a solution making it less efficient but more faster. Just make the reaction chamber wait for longer periods of time to accurately balance ph" | ||
- refactor: "reagent holder code has been condensed. Report any bugs on GitHub" |