From ae7f74a5b6e14cc0304782213f6b04927d35d768 Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:04:46 -0700 Subject: [PATCH] Missing Attribute (#27569) --- code/game/objects/structures/bedsheet_bin.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/bedsheet_bin.dm b/code/game/objects/structures/bedsheet_bin.dm index 443e92b8dfe..286d2d8c8a5 100644 --- a/code/game/objects/structures/bedsheet_bin.dm +++ b/code/game/objects/structures/bedsheet_bin.dm @@ -20,6 +20,7 @@ LINEN BINS resistance_flags = FLAMMABLE slot_flags = ITEM_SLOT_NECK dog_fashion = /datum/dog_fashion/head/ghost + dyeable = TRUE dyeing_key = DYE_REGISTRY_BEDSHEET var/list/dream_messages = list("white")