Skip to content

Commit c6e188f

Browse files
committed
Merge branch 'balance' into staging
2 parents a0c71b2 + 41c2ddd commit c6e188f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ssqc/client.qc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ static float NB_UseMinPing() {
288288
void ActivateOrgGame() {
289289
disable_resup_gren = 2; // No gren2 pickups
290290

291-
drop_gren1 = 0; // No grenades in backpacks
292-
293291
int i;
294292
for (i = 1; i <= 9; i++) // 3 gren spawn
295293
SetAllRoles(i, 1, 3);
@@ -565,7 +563,7 @@ void () DecodeLevelParms = {
565563
pipecooldown_time = CF_GetSetting("pcdt", "pipecooldown_time", "0.5");
566564

567565
// cooldown applies to all pipes [on]
568-
allpipes_cooldown = CF_GetSetting("apcd", "allpipes_cooldown", "on");
566+
allpipes_cooldown = CF_GetSetting("apcd", "allpipes_cooldown", "off");
569567

570568
// allow medic aura [on]
571569
medicaura = CF_GetSetting("ma", "medicaura", "on");

ssqc/tfort.qc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ void () TeamFortress_ShowTF = {
611611
CF_PrintSetting("Old grenades", old_grens, "", 1);
612612
CF_PrintSetting("Drop grenades on ground", drop_grenades, "", 1);
613613
CF_PrintSetting("Drop grenades in pack", drop_grenpack, "", 1);
614+
614615
if (drop_grenpack) {
615616
CF_PrintSetting("- Grenades type 1", drop_gren1, "", 0);
616617
CF_PrintSetting("- Grenades type 2", drop_gren2, "", 0);

0 commit comments

Comments
 (0)