Rename global pyramids table

This commit is contained in:
Wuzzy
2019-08-19 18:06:55 +02:00
parent 971bc77ff8
commit 3c0d699fd1
3 changed files with 9 additions and 9 deletions

View File

@ -321,7 +321,7 @@ minetest.register_craftitem("tsm_pyramids:spawn_egg", {
})
function pyramids.spawn_mummy (pos, number)
function tsm_pyramids.spawn_mummy (pos, number)
for i=0,number do
minetest.add_entity(pos,"tsm_pyramids:mummy")
end