From 2423bbcbd01c852ac1eaac16947fe3f69df2ca29 Mon Sep 17 00:00:00 2001 From: Llywelwyn <82828093+Llywelwyn@users.noreply.github.com> Date: Wed, 25 May 2022 11:57:01 +0100 Subject: [PATCH] Srom mask itemsize tweak (#14083) --- code/modules/clothing/masks/xeno/skrell.dm | 1 + html/changelogs/llywelwyn-fix.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/llywelwyn-fix.yml 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