mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 13:35:10 +00:00
* Fixes some monkey business with monkies trying to give items to mobs with no hands. (#71086) held_items is only populated if the mob is able to hold things. In this case, lizards (and most simple / basic mobs) don't have hands, so it's just an empty list. Fixed that at the `/mob` level. Also made the giving logic a little more robust to handle mobs mobs not actually wearing anything as well. * Fixes some monkey business with monkies trying to give items to mobs with no hands. Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>