forked from BeeStation/BeeStation-Hornet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic changelog generation for PR BeeStation#8941 [ci skip]
- Loading branch information
1 parent
606bae3
commit 009f425
Showing
1 changed file
with
12 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,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. |