Un po' meno glitch

master
Zughy 2020-08-12 16:24:53 +02:00
parent 5218c6c2a8
commit 2798aacbe4
1 changed files with 4 additions and 8 deletions

View File

@ -59,8 +59,7 @@ arena_lib.on_start("quake", function(arena)
speed = 2.3,
jump = 1.5,
gravity = 1.15,
sneak_glitch = true,
new_move = false
sneak_glitch = true
})
minetest.sound_play("quake_voice_fight", {
@ -94,8 +93,7 @@ arena_lib.on_join("quake", function(p_name, arena)
speed = 2.3,
jump = 1.5,
gravity = 1.15,
sneak_glitch = true,
new_move = false
sneak_glitch = true
})
minetest.sound_play("quake_voice_fight", {
@ -158,8 +156,7 @@ arena_lib.on_end("quake", function(arena, players)
speed = 1,
jump = 1,
gravity = 1,
sneak_glitch = false,
new_move = true
sneak_glitch = false
})
end
end)
@ -216,7 +213,6 @@ arena_lib.on_quit("quake", function(arena, p_name)
speed = 1,
jump = 1,
gravity = 1,
sneak_glitch = false,
new_move = true
sneak_glitch = false
})
end)