more jumpy heighty

This commit is contained in:
2026-05-06 19:35:27 +02:00
parent f7f30f4e80
commit 32658cb9e9

View File

@@ -89,7 +89,7 @@ initializeGametype(type) // called in vote.gsc after first map
setDvar("global_health", 60);
setDvar("speed", 1.5);
setDvar("streaks_online", 1);
setDvar("jump_height", 0.5);
setDvar("jump_height", 70);
setDvar("amount_weapons", 0); // if 0 uses whole list of possible guns, if set > 0 uses amount larger than 0
setDvar("gun_kills", 1);
break;