Update items.dm

This commit is contained in:
BongaTheProto
2023-05-06 18:59:11 -05:00
committed by GitHub
parent c72c8c145d
commit 2dbd0a45e5
+1 -1
View File
@@ -428,7 +428,7 @@ GLOBAL_VAR_INIT(embedpocalypse, FALSE) // if true, all items will be able to emb
if(throwing)
throwing.finalize(FALSE)
if(loc == user)
if(!allow_attack_hand_drop(user) || !user.temporarilyRemoveItemFromInventory(src))
if(!allow_attack_hand_drop(user) || !user.temporarilyRemoveItemFromInventory(I = src))
return
pickup(user)