File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -288,8 +288,6 @@ static float NB_UseMinPing() {
288
288
void ActivateOrgGame() {
289
289
disable_resup_gren = 2; // No gren2 pickups
290
290
291
- drop_gren1 = 0; // No grenades in backpacks
292
-
293
291
int i;
294
292
for (i = 1; i <= 9; i++) // 3 gren spawn
295
293
SetAllRoles(i, 1, 3);
@@ -565,7 +563,7 @@ void () DecodeLevelParms = {
565
563
pipecooldown_time = CF_GetSetting("pcdt", "pipecooldown_time", "0.5");
566
564
567
565
// cooldown applies to all pipes [on]
568
- allpipes_cooldown = CF_GetSetting("apcd", "allpipes_cooldown", "on ");
566
+ allpipes_cooldown = CF_GetSetting("apcd", "allpipes_cooldown", "off ");
569
567
570
568
// allow medic aura [on]
571
569
medicaura = CF_GetSetting("ma", "medicaura", "on");
Original file line number Diff line number Diff line change @@ -611,6 +611,7 @@ void () TeamFortress_ShowTF = {
611
611
CF_PrintSetting("Old grenades", old_grens, "", 1);
612
612
CF_PrintSetting("Drop grenades on ground", drop_grenades, "", 1);
613
613
CF_PrintSetting("Drop grenades in pack", drop_grenpack, "", 1);
614
+
614
615
if (drop_grenpack) {
615
616
CF_PrintSetting("- Grenades type 1", drop_gren1, "", 0);
616
617
CF_PrintSetting("- Grenades type 2", drop_gren2, "", 0);
You can’t perform that action at this time.
0 commit comments