1
0
mirror of http://repo.or.cz/minetest_pyramids/tsm_pyramids.git synced 2025-03-25 21:40:29 +01:00

More tiles to place traps on

This commit is contained in:
Wuzzy 2019-08-23 14:37:38 +02:00
parent 1e6f18253e
commit fe41da8bd0

@ -532,13 +532,13 @@ local room_types = {
local layout_traps
local layout_traps_template = {
"S","S","S","S","S","S","S","S","S",
"?","S","?","S","?","S","?","S","S",
"?","S","?","S","?","S","?","S","S",
"?","?","?","?","?","?","?","?","S",
"?","?","?","?","?","?","?","?","S",
"?","?","?","?","?","?","?","?","S",
"?","?","?","?","?","?","?","?","S", -- << entrance on left side
"?","?","?","?","?","?","?","?","S",
"?","S","?","S","?","S","?","S","S",
"?","S","?","S","?","S","?","S","S",
"?","?","?","?","?","?","?","?","S",
"?","?","?","?","?","?","?","?","S",
"S","S","S","S","S","S","S","S","S"
}