Fix desert pyramid traps

This commit is contained in:
Wuzzy 2018-05-25 00:56:10 +02:00
parent 351292740b
commit 2ce13628cc
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ local function make(pos, brick, sandstone, stone, sand, ptype)
end
pyramids.make_room(pos, ptype)
minetest.after(2, pyramids.make_traps, pos)
minetest.after(2, pyramids.make_traps, pos, ptype)
add_spawner({x=pos.x+11,y=pos.y+2, z=pos.z+17})
make_entrance({x=pos.x,y=pos.y, z=pos.z}, brick)
end