IT'S-A GLITCHA TIME!

master
Zughy 2020-08-12 15:54:28 +02:00
parent 3ab9dcb14b
commit 5218c6c2a8
1 changed files with 8 additions and 0 deletions

View File

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