Skip to content

Changes to drop_item.

Rob Nelson requested to merge pull/3320/DropItem into Bleeding-Edge

Created by: ComicIronic

The drop_item arg is now the loc placed, not the child of the loc or whatever. drop_item(X) now places the item dropped IN X, not in X's loc. Current code has been changed to match. Removed a few lines of items being placed into themselves, on themselves, into other things manually, into their users, etc. Cleans up the fix for MoMMI recharger silliness.

This took about 2 hours of non-stop manual searches.

Merge request reports