1
0
mirror of http://repo.or.cz/minetest_pyramids/tsm_pyramids.git synced 2025-04-13 15:40:32 +02:00

Fix desert pyramid traps

This commit is contained in:
Wuzzy 2018-05-25 00:56:10 +02:00
parent 351292740b
commit 2ce13628cc

@ -105,7 +105,7 @@ local function make(pos, brick, sandstone, stone, sand, ptype)
end end
pyramids.make_room(pos, ptype) 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}) 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) make_entrance({x=pos.x,y=pos.y, z=pos.z}, brick)
end end