Skip to content

Commit

Permalink
hotfix: Allow Pickup Anсhored Items (#5034)
Browse files Browse the repository at this point in the history
Allow Pickup Anhored Items
  • Loading branch information
Gottfrei authored May 11, 2024
1 parent 8fbecaf commit 27da531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ GLOBAL_DATUM_INIT(fire_overlay, /mutable_appearance, mutable_appearance('icons/g
if(throwing)
throwing.finalize()

if(anchored)
return
//if(anchored)
// return

if(loc == user)
if(!allow_attack_hand_drop(user))
Expand Down

0 comments on commit 27da531

Please sign in to comment.