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")