mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-29 10:21:52 +00:00
* Adds updateicon() call to belly transfers * Rebundles tgui.bundle.js * Adds four new bellyobj vars: * visible_belly_minimum_prey * overlay_min_prey_size * override_min_prey_size * override_min_prey_num * Adds extended overlay logic to robot updateicon() for dogborgs * If belly contents lower than minimum_prey, dont show anything * Otherwise, if min_prey_size 0, show regardless * Otherwise, only show if prey size_multiplier greater than min size * However, if override_min_prey_size is true, check LAZYLEN(belly.content) * If this list's length is greater than override_min_prey_num, show belly overlay regardless of prey size * Extends vorepanel_vr, belly_obj_vr and vorepanel.js with the necessary code to enable the above