From bfd23bec043ba56fd4de7178a44540ff227096b8 Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Sun, 31 May 2020 01:50:17 +0200 Subject: [PATCH] That won't help us. --- code/game/objects/structures/bedsheet_bin.dm | 2 -- 1 file changed, 2 deletions(-) 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)