From bb622bae83b33b34e641f7540b68db011d2954a6 Mon Sep 17 00:00:00 2001 From: WickedCybs <52309324+WickedCybs@users.noreply.github.com> Date: Fri, 2 Dec 2022 06:48:08 -0500 Subject: [PATCH] Worn Slippers Species Unrestricted (#15193) --- code/modules/clothing/shoes/miscellaneous.dm | 1 + html/changelogs/wickedcybs_sandal.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/wickedcybs_sandal.yml diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 6437a33414e..8dab0a24111 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -118,6 +118,7 @@ obj/item/clothing/shoes/sandal/clogs icon_state = "slippers_worn" item_state = "slippers_worn" force = 0 + species_restricted = null w_class = ITEMSIZE_SMALL silent = 1 diff --git a/html/changelogs/wickedcybs_sandal.yml b/html/changelogs/wickedcybs_sandal.yml new file mode 100644 index 00000000000..b48cf2695d9 --- /dev/null +++ b/html/changelogs/wickedcybs_sandal.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - bugfix: "Worn bunny slippers are species unrestricted like the normal bunny slippers now." \ No newline at end of file