Merge pull request #14381 from LetterN/patch-5

fixes drone inventory deleting stuff
This commit is contained in:
Lin
2021-03-09 22:45:02 -06:00
committed by GitHub
+3 -1
View File
@@ -334,7 +334,9 @@
I.moveToNullspace()
else
I.forceMove(newloc)
I.dropped(src, silent)
on_item_dropped(I)
if(I.dropped(src) == ITEM_RELOCATED_BY_DROPPED)
return FALSE
return TRUE
//This is a SAFE proc. Use this instead of equip_to_slot()!