Tweaked fire rates of Enforcer, Shock Rifle, Ripper, Flak Cannon to be even closer to the originals.
Reduced gravity on Biosludge to make it feel more like the original. Buffed chainsaw altfire, making it hit fast on a wider arc. Correctly fixed armor + shield belt behaviors. Made it so jump boots drain after landing, thus preventing fall damage on the last jump in case it's enabled. Made jump boots drain slowly over time, for balance reasons (especially when jumping is disabled).
This commit is contained in:
parent
a9ef4344b4
commit
b5a0c723fe
8 changed files with 64 additions and 39 deletions
|
|
@ -310,7 +310,7 @@ Class Ripper2 : UTWeapon
|
|||
Goto Idle;
|
||||
AltFire:
|
||||
RZRF A 0 A_RazorFire(true);
|
||||
RZRF ABCDEFG 3;
|
||||
RZRF ABDEG 3;
|
||||
RZRF HIJKLMNO 1;
|
||||
Goto Idle;
|
||||
Deselect:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue