From ea9d6663fb38e84dafca2bd3a880b0ef836df726 Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Sun, 28 Nov 2021 17:42:21 -0800 Subject: [PATCH] Automatic changelog generation for PR #63067 [ci skip] --- html/changelogs/AutoChangeLog-pr-63067.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-63067.yml diff --git a/html/changelogs/AutoChangeLog-pr-63067.yml b/html/changelogs/AutoChangeLog-pr-63067.yml new file mode 100644 index 00000000000..032801f12f0 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-63067.yml @@ -0,0 +1,6 @@ +author: "GoldenAlpharex" +delete-after: True +changes: + - bugfix: "Elevators are no longer defying the laws of physics and therefore can no longer phase through ceilings or floors." + - bugfix: "When an individual is interacting with an elevator and said elevator is moved, their menu will be closed if they weren't the one to cause that move, to prevent more physics-defying operations." + - code_imp: "Improved the industrial lift code by adding documentation and trying to enforce the coding standards in there while I was at it."