nodecore-cd2025/mods/nc_player_pickup
Aaron Suen 90fbdabdf2 Redo pickup interceptor using base metatables
The new method of intercepting item addition into
player inventories hooks into the base metatables for
the userdata types only once per type, instead of
trying to substitute every inventory object with a
table (which crashed some things) and does a lookup
to find the player per inv.  This should hopefully be
more reliable, and avoid some of the leaks to
rearrangement we had before.

If we can finally stop hitting the player inv rearrange
safety net then it can be removed.
2020-09-08 09:24:45 -04:00
..
2020-09-05 20:43:12 -04:00
2020-09-03 20:22:09 -04:00
2020-01-05 12:59:12 -05:00