Add mini-hunger mod. Correct meat drops in some mobs.

This commit is contained in:
Duane 2016-06-25 01:38:54 -05:00
parent aac2db0da4
commit 36af3b1d92
4 changed files with 91 additions and 21 deletions

View file

@ -8,12 +8,6 @@ local function teleporter(user, area, power)
local name = user:get_player_name()
local pos = user:getpos()
if not fun_caves.db then
fun_caves.db = {}
end
if not fun_caves.db.teleport_data then
fun_caves.db.teleport_data = {}
end
if not fun_caves.db.teleport_data[name] then
fun_caves.db.teleport_data[name] = {}
end