mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-28 15:31:07 +01:00
0806ca868b
* handle_micro_bump_helping was unconditionally returning TRUE, overriding normal bump behavior. Fixed to only return TRUE when its size conditions are met. * As a side effect of that bug, now_pushing was not being set back to zero. Fixing the prior bug solved that, but as an extra precaution, moved now_pushing = 0 out of the proc so it will get set back no matter what.