oops forgot this reg

This commit is contained in:
Letter N
2021-03-09 10:09:02 +08:00
committed by GitHub
parent f8440492cb
commit 3fa43b7f61
+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()!