From 009f4255c783cf775d06128fd722c4002ecf4416 Mon Sep 17 00:00:00 2001 From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com> Date: Sun, 3 Mar 2024 09:30:01 -0600 Subject: [PATCH] Automatic changelog generation for PR #8941 [ci skip] --- html/changelogs/AutoChangeLog-pr-8941.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-8941.yml diff --git a/html/changelogs/AutoChangeLog-pr-8941.yml b/html/changelogs/AutoChangeLog-pr-8941.yml new file mode 100644 index 0000000000000..1b1286b68ce58 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-8941.yml @@ -0,0 +1,12 @@ +author: RKz, 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.