mirror of
https://github.com/minetest-mods/i3.git
synced 2025-01-13 11:40:31 +01:00
Little tweaking
This commit is contained in:
parent
8f49914c9f
commit
d95caf847a
@ -406,7 +406,7 @@ end
|
|||||||
|
|
||||||
local function safe_teleport(player, pos)
|
local function safe_teleport(player, pos)
|
||||||
local name = player:get_player_name()
|
local name = player:get_player_name()
|
||||||
play_sound(name, "i3_teleport", 1.0)
|
play_sound(name, "i3_teleport", 0.8)
|
||||||
|
|
||||||
pos.y = pos.y + 0.5
|
pos.y = pos.y + 0.5
|
||||||
local vel = player:get_velocity()
|
local vel = player:get_velocity()
|
||||||
|
Loading…
Reference in New Issue
Block a user