fix divide by 0 during growth.

[?]
Apr 20, 2020, 6:47 PM
AXS36NH3N6BKYNIX6LE2WG7RVGMNCJVCXJUWNZ2FVE7S6W7QHKZAC

Dependencies

Change contents

  • edit in lib/lib.js at line 860
    [2.3779170]
    [2.3779170]
    }
    if (float_server_target_cash_current === 0) {
    float_server_target_cash_current = 1; // counts 0 cash as 1 so it can still grow. taken from `grow` in NetscriptFunctions.js