From 7af02f04f515dc70f09e46993b9617519dc0a718 Mon Sep 17 00:00:00 2001 From: san7890 <34697715+san7890@users.noreply.github.com> Date: Thu, 13 Jan 2022 15:18:38 -0700 Subject: [PATCH] FIXED BEDSHEETS (#64024) they're fixed now!!! --- 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 819c722912c..e8a6a0c4f15 100644 --- a/code/game/objects/structures/bedsheet_bin.dm +++ b/code/game/objects/structures/bedsheet_bin.dm @@ -18,6 +18,7 @@ LINEN BINS inhand_icon_state = "sheetwhite" slot_flags = ITEM_SLOT_NECK layer = MOB_LAYER + plane = GAME_PLANE_FOV_HIDDEN throwforce = 0 throw_speed = 1 throw_range = 2