mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
No longer drop bodyparts still in use
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
if(!I) //If there's nothing to drop, the drop is automatically succesfull. If(unEquip) should generally be used to check for NODROP.
|
||||
return 1
|
||||
|
||||
if((I.flags & NODROP) && !force)
|
||||
if(!canUnEquip(I, force))
|
||||
return 0
|
||||
|
||||
if(I == r_hand)
|
||||
|
||||
Reference in New Issue
Block a user