c5e6641d39
Kills the player over a short span of time. Any movement aborts the kill.
12 lines
378 B
Lua
12 lines
378 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local dofile, minetest
|
|
= dofile, minetest
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
local modname = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
dofile(path .. "/player.lua")
|
|
dofile(path .. "/hotpotato.lua")
|
|
dofile(path .. "/suicide.lua")
|