Aaron Suen c5e6641d39 Added emergency suicide command.
Kills the player over a short span of time.  Any movement
aborts the kill.
2019-02-23 23:29:27 -05:00

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")