catch dropped

This commit is contained in:
kevinz000
2020-04-22 10:54:42 -07:00
parent 3626cc5d28
commit c551006295
6 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -333,7 +333,8 @@
I.moveToNullspace()
else
I.forceMove(newloc)
I.dropped(src)
if(I.dropped(src) == ITEM_RELOCATED_BY_DROPPED)
return FALSE
return TRUE
//Outdated but still in use apparently. This should at least be a human proc.