From f892c440c61d5a5a8642a9ccbde9f7b4f415a1bd Mon Sep 17 00:00:00 2001 From: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:43:20 +0100 Subject: [PATCH] Potted Plant Fix (#15914) * Potted Plant Fix * CL --- code/game/objects/structures/flora/potted.dm | 1 + html/changelogs/pots.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/pots.yml diff --git a/code/game/objects/structures/flora/potted.dm b/code/game/objects/structures/flora/potted.dm index 864b61b199b..69765c81925 100644 --- a/code/game/objects/structures/flora/potted.dm +++ b/code/game/objects/structures/flora/potted.dm @@ -4,6 +4,7 @@ icon = 'icons/obj/plants.dmi' icon_state = "plant-26" anchored = FALSE + density = FALSE var/dead = FALSE var/obj/item/stored_item diff --git a/html/changelogs/pots.yml b/html/changelogs/pots.yml new file mode 100644 index 00000000000..40e0c484591 --- /dev/null +++ b/html/changelogs/pots.yml @@ -0,0 +1,6 @@ +author: SleepyGemmy + +delete-after: True + +changes: + - bugfix: "Fixed potted plants blocking movement." \ No newline at end of file