* Update init.lua
Implements quick escape for newly buried drops.
* Update init.lua
Added param to distinguish resting and newly buried drops, restoring reload consistency. Pruned a pointless cond.
* Update init.lua (feature complete)
Added one public function for other mods to invoke mechanism in cases droplift ignores.
Restored fix for default sink-on-load behaviour of buried drops.
* More precise and specific information.
* Reduce MT-specific terminology
I've removed all tunables and reduced the code to it's effective
working code. Going forward, This means less confusion for others
to contribute and understand the concepts and less likely to
introduce new errors.