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