diff --git a/code/modules/clothing/masks/xeno/skrell.dm b/code/modules/clothing/masks/xeno/skrell.dm index 8baab7197c5..63b465c963f 100644 --- a/code/modules/clothing/masks/xeno/skrell.dm +++ b/code/modules/clothing/masks/xeno/skrell.dm @@ -4,6 +4,7 @@ icon = 'icons/obj/contained_items/skrell/srom_masks.dmi' icon_state = "pinhole" item_state = "pinhole" + w_class = ITEMSIZE_SMALL contained_sprite = TRUE body_parts_covered = FACE item_flags = FLEXIBLEMATERIAL diff --git a/html/changelogs/llywelwyn-fix.yml b/html/changelogs/llywelwyn-fix.yml new file mode 100644 index 00000000000..64e78cdffd6 --- /dev/null +++ b/html/changelogs/llywelwyn-fix.yml @@ -0,0 +1,6 @@ +author: Llywelwyn + +delete-after: True + +changes: + - tweak: "Srom mask is now a small item like most other masks." \ No newline at end of file