From ef1ed0da757e932a2a0b18e126e0f779017635a2 Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Mon, 20 Jul 2020 22:20:30 -0700 Subject: [PATCH] Automatic changelog generation for PR #52254 [ci skip] --- html/changelogs/AutoChangeLog-pr-52254.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-52254.yml diff --git a/html/changelogs/AutoChangeLog-pr-52254.yml b/html/changelogs/AutoChangeLog-pr-52254.yml new file mode 100644 index 00000000000..f9da4f1523f --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-52254.yml @@ -0,0 +1,8 @@ +author: "ShizCalev" +delete-after: True +changes: + - refactor: "Converted everything to use setAnchored() as opposed to setting the anchored var directly. This means that COMSIG_MOVABLE_SETANCHORED can now actually be used reliably to track if an object's anchored var has changed." + - bugfix: "The refactor also means that varediting the anchored var will now properly update most items' other states that rely on it being set a certain way." + - bugfix: "Fixed bookcases having the incorrect icon when they're unanchored." + - bugfix: "Fixed bookcases not automatically picking up spellbooks / storage books when made/spawned." + - bugfix: "Fixed bookcases not dropping spellbooks / storage books when deconstructed."