Release Candidate 2:

- Added option to toggle all beta content.
 - Added option to toggle armor bonuses (for purists).
 - Added cheap alternate allmap replacer, so there's something else to replace the computer map when the detector isn't allowed.
 - Small fixes and corrections.
This commit is contained in:
Marisa the Magician 2019-10-08 11:01:20 +02:00
commit 7051cb25be
35 changed files with 719 additions and 93 deletions

View file

@ -66,7 +66,7 @@ Class DefaultAmmo : Ammo
}
override void DoEffect()
{
Super.Tick();
Super.DoEffect();
if ( rechargespeed <= 0. ) rechargespeed = 1.1;
rechargephase += 1./rechargespeed;
if ( rechargephase < 35 ) return;