Added Eightball "2 second hold" feature from Unreal Bible.
Added Stinger projectile bounce from 0.866 and below. Added Stinger damage charge&explosion from Unreal Bible.
This commit is contained in:
parent
d3d6dc5705
commit
46ebde2750
8 changed files with 309 additions and 7 deletions
|
|
@ -75,4 +75,8 @@ server bool sting_olsmp = false; // adds the stupid oldskool SMP 7243 to
|
|||
// the sake of completion it's there as
|
||||
// an option
|
||||
server bool sting_autoscuba = false; // SCUBA gear toggles automatically
|
||||
// when needed
|
||||
// when needed
|
||||
server bool sting_ehold = false; // eightball can be held fully loaded
|
||||
// for up to 2 seconds
|
||||
server bool sting_bhold = false; // biorifle can be held fully loaded
|
||||
// for up to 2 seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue