Skip to content

Commit

Permalink
fix bug :) (BeeStation#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkeeByond authored Nov 30, 2020
1 parent 37468f6 commit 843cf34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/structures/crates_lockers/closets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@

else if(istype(AM, /obj/structure/closet))
return FALSE
else if(istype(AM, /obj/item/ship_weapon/ammunition/torpedo))
return FALSE
else if(isobj(AM))
if((!allow_dense && AM.density) || AM.anchored || AM.has_buckled_mobs())
return FALSE
Expand Down

0 comments on commit 843cf34

Please sign in to comment.