From f9fe234cd1fbcdc3f05321dcf07ed4f631c62797 Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Wed, 10 Feb 2021 02:12:43 -0800 Subject: [PATCH] Automatic changelog generation for PR #56696 [ci skip] --- html/changelogs/AutoChangeLog-pr-56696.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-56696.yml diff --git a/html/changelogs/AutoChangeLog-pr-56696.yml b/html/changelogs/AutoChangeLog-pr-56696.yml new file mode 100644 index 00000000000..e6ec4bf2a98 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-56696.yml @@ -0,0 +1,6 @@ +author: "CRITAWAKETS" +delete-after: True +changes: + - bugfix: "Bronze now properly works within the materials system. Consistency issue where despite being a glass material, you cannot use it on grilles is fixed. You can no longer use bronze on a girder and then weld the resulting wall to turn it into a wall gear." + - code_imp: "Bronze is now regarded as a sheet instead of a tile." + - code_imp: "Checking for if a sheet type requires a unique girder is now a variable called \"has_unique_girder\". This is used on bronze and runed metal."