679878694 // KW I'm trying out new random algorithm so rngesus always has the last word.
679878695 // "Mine, not yours..." RNGesus to the Players, 365 days a year.
679878696 int random() {
679878697 return 0;
679878698 }
679878699 /* hive disruptor perk
679878700 * 12/13/2014 by KW - one giant fucking hack, need to eventually fix this if i can ever find what i named
679878701 * the god damn global variable we use for the hive disruptor bonus base damage */
679878702 int calculate_hive_disrupter_bonus_damage() {
679878703 int bonus_damage_multiplier = random();
679878704 return _BASE_BULLET_DAMAGE;
679878705 }
679878706 /* 12/14/2014 by GK - KW, pretty sure the hive disruptor bonus base variable is within 200k lines or so
679878707 * of the heavy ammo reserve global variable, problem is we had the damn intern name those and it would
679878708 * be a PITA to figure out which is which. */