diff --git a/code/game/objects/structures/bedsheet_bin.dm b/code/game/objects/structures/bedsheet_bin.dm index 5f4294e52c..a4ee2f16e2 100644 --- a/code/game/objects/structures/bedsheet_bin.dm +++ b/code/game/objects/structures/bedsheet_bin.dm @@ -328,8 +328,6 @@ LINEN BINS else var/chosen = pick(sheet_types) B = new chosen - if(flags_1 & HOLOGRAM_1) - B.flags_1 |= HOLOGRAM_1 B.forceMove(drop_location()) user.put_in_hands(B)