X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=mutators.cfg;h=5eaa0ad17f6641181b6df34bdb28229694c97c2e;hb=1da0a856a2c6ba9a576574bffe159ea23ed49e0e;hp=6a8d5c6141a0e9bf2a1751132263c5a53e7de307;hpb=3d589ea3ec4baaa64fab90fa169430b79d05bbe1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/mutators.cfg b/mutators.cfg index 6a8d5c614..5eaa0ad17 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -32,6 +32,8 @@ set g_instagib_ammo_drop 5 "how much ammo you'll get for weapons or cells" set g_instagib_invis_alpha 0.15 set g_instagib_speed_highspeed 1.5 "speed-multiplier that applies while you carry the invincibility powerup" set g_instagib_damagedbycontents 1 "allow damage from lava pits in instagib" +set g_instagib_blaster_keepdamage 0 "allow secondary fire to hurt players" +set g_instagib_blaster_keepforce 0 "allow secondary fire to push players" // ========== @@ -396,7 +398,7 @@ set g_breakablehook_owner 0 "allow owner to break their own hook" // =========== // multijump // =========== -seta cl_multijump 1 "allow multijump mutator" +seta cl_multijump 0 "allow multijump mutator" set g_multijump 0 "Number of multiple jumps to allow (jumping again in the air), -1 allows for infinite jumps" set g_multijump_add 0 "0 = make the current z velocity equal to jumpvelocity, 1 = add jumpvelocity to the current z velocity" set g_multijump_speed -999999 "Minimum vertical speed a player must have in order to jump again"