From e620e4cea7acdcccd27e2e5591ef7d6d623894be Mon Sep 17 00:00:00 2001 From: Cimika/Lessie/KathyRyals <65850818+KathyRyals@users.noreply.github.com> Date: Sat, 2 Oct 2021 10:02:11 +0200 Subject: [PATCH] Fix the hair dye spray's size (#61797) --- code/game/objects/items/dyekit.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/dyekit.dm b/code/game/objects/items/dyekit.dm index ee63da2d847..80bf55c70d8 100644 --- a/code/game/objects/items/dyekit.dm +++ b/code/game/objects/items/dyekit.dm @@ -1,6 +1,7 @@ /obj/item/dyespray name = "hair dye spray" desc = "A spray to dye your hair any gradients you'd like." + w_class = WEIGHT_CLASS_TINY icon = 'icons/obj/dyespray.dmi' icon_state = "dyespray"