From d55fc5da00bb98c42bebf7423ce868a93b583a7d Mon Sep 17 00:00:00 2001 From: Yaroslav Nurkov <78199449+AnywayFarus@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:59:15 +0300 Subject: [PATCH] Automatic changelog for PR #2836 [ci skip] --- html/changelogs/AutoChangeLog-pr-2836.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-2836.yml diff --git a/html/changelogs/AutoChangeLog-pr-2836.yml b/html/changelogs/AutoChangeLog-pr-2836.yml new file mode 100644 index 00000000000..8ce69499f2a --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2836.yml @@ -0,0 +1,13 @@ +author: "SyncIt21" +delete-after: True +changes: + - qol: "Adds screen tips & examines for screwdriver, wrench, crowbar & beaker insertion, removal & replacing actions" + - qol: "Analyzing reagents no longer blocks other players from doing other operations. Multiple players can analyze different reagents on the same machine" + - qol: "You cannot do any tool acts on the machine while printing to prevent any side effects." + - qol: "The preferred container for the master reagent in the beaker is now showed in both condiment & chem master. The feature can be enabled/disabled via a check box" + - code_imp: "removed defines for reagent transfer, vars for reagent analyzis to save memory. Autodoc for other vars & procs" + - bugfix: "You can hit the chem master with tools like screwdriver, crowbar, wrench & beaker in combat mode" + - bugfix: "You cannot insert hologram items into the chem master" + - bugfix: "Deconstructing a condiment master will give you the circuit board already pre-programmed with that option" + - bugfix: "You now print the exact amount of containers requested even with upgraded parts without creating empty containers. Max printable containers is 13 with tier 4 parts able to print 50 containers." + - refactor: "Optimized client side UI code & chem master as a whole." \ No newline at end of file