diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8b99e8b020..42eb85f4b2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -2114,3 +2114,18 @@ Entries: into the dispenser., type: Fix} id: 377 time: '2021-10-01T10:06:50.0000000+00:00' +- author: Zumorica + changes: + - {message: Fixes bar sign not changing its sprite correctly., type: Fix} + id: 378 + time: '2021-10-01T10:29:58.504452+00:00' +- author: Zumorica + changes: + - {message: Fixes drinking glasses not fitting in reagent dispensers., type: Fix} + id: 379 + time: '2021-10-01T10:29:58.505241+00:00' +- author: Zumorica + changes: + - {message: Fixes drinking glasses not breaking when thrown., type: Fix} + id: 380 + time: '2021-10-01T10:29:58.505975+00:00' diff --git a/Resources/Changelog/Parts/barsign.yml b/Resources/Changelog/Parts/barsign.yml deleted file mode 100644 index 8a9bf009f4..0000000000 --- a/Resources/Changelog/Parts/barsign.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Zumorica -changes: - - type: Fix # One of the following: Add, Remove, Tweak, Fix - message: Fixes bar sign not changing its sprite correctly. diff --git a/Resources/Changelog/Parts/dispenser.yml b/Resources/Changelog/Parts/dispenser.yml deleted file mode 100644 index 89da1fda20..0000000000 --- a/Resources/Changelog/Parts/dispenser.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Zumorica -changes: - - type: Fix # One of the following: Add, Remove, Tweak, Fix - message: Fixes drinking glasses not fitting in reagent dispensers. diff --git a/Resources/Changelog/Parts/glass.yml b/Resources/Changelog/Parts/glass.yml deleted file mode 100644 index 14e28414c9..0000000000 --- a/Resources/Changelog/Parts/glass.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Zumorica -changes: - - type: Fix # One of the following: Add, Remove, Tweak, Fix - message: Fixes drinking glasses not breaking when thrown.