Skip to content

Commit

Permalink
new-balance: smaller emp blast radius
Browse files Browse the repository at this point in the history
  • Loading branch information
newby committed Dec 24, 2023
1 parent a737e9b commit 60693b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion share/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,6 @@ enumflags {
#define PC_ENGINEER_GRENADE_MAX_1 4
#define PC_ENGINEER_GRENADE_MAX_2 4
#define PC_ENGINEER_TF_ITEMS 0
#define PC_ENGINEER_GRENADE_TYPE_2_RANGE 240
#define PC_ENGINEER_RAILSPEED 1500

// Class Details for CIVILIAN
Expand Down
1 change: 1 addition & 0 deletions ssqc/client.qc
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ float ActivateNewBalance() {
Role_None.gren2_limits[6] = 0; // 0 mirv for heavy

PC_PYRO_AIRBLAST_COOLDOWN = 15;
PC_ENGINEER_GRENADE_TYPE_2_RANGE = 200;
}

void () DecodeLevelParms = {
Expand Down
1 change: 1 addition & 0 deletions ssqc/qw.qc
Original file line number Diff line number Diff line change
Expand Up @@ -803,3 +803,4 @@ float fo_login_required;

float new_balance;
var float PC_PYRO_AIRBLAST_COOLDOWN = 5;
var float PC_ENGINEER_GRENADE_TYPE_2_RANGE = 240;

0 comments on commit 60693b2

Please sign in to comment.