Skip to content
Open

Balance #1339

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions ssqc/client.qc
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ static float NB_UseMinPing() {
void ActivateOrgGame() {
disable_resup_gren = 2; // No gren2 pickups

drop_gren1 = 0; // No grenades in backpacks

int i;
for (i = 1; i <= 9; i++) // 3 gren spawn
SetAllRoles(i, 1, 3);
Expand Down Expand Up @@ -566,7 +564,7 @@ void () DecodeLevelParms = {
pipecooldown_time = CF_GetSetting("pcdt", "pipecooldown_time", "0.5");

// cooldown applies to all pipes [on]
allpipes_cooldown = CF_GetSetting("apcd", "allpipes_cooldown", "on");
allpipes_cooldown = CF_GetSetting("apcd", "allpipes_cooldown", "off");

// allow medic aura [on]
medicaura = CF_GetSetting("ma", "medicaura", "on");
Expand Down
1 change: 1 addition & 0 deletions ssqc/tfort.qc
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ void () TeamFortress_ShowTF = {
CF_PrintSetting("Old grenades", old_grens, "", 1);
CF_PrintSetting("Drop grenades on ground", drop_grenades, "", 1);
CF_PrintSetting("Drop grenades in pack", drop_grenpack, "", 1);

if (drop_grenpack) {
CF_PrintSetting("- Grenades type 1", drop_gren1, "", 0);
CF_PrintSetting("- Grenades type 2", drop_gren2, "", 0);
Expand Down