From 32658cb9e97be306d9de6763ae7a8eacb163e2da Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Wed, 6 May 2026 19:35:27 +0200 Subject: [PATCH] more jumpy heighty --- gunfun/mod/main.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunfun/mod/main.gsc b/gunfun/mod/main.gsc index b153eaa..7f59d53 100755 --- a/gunfun/mod/main.gsc +++ b/gunfun/mod/main.gsc @@ -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;