More tiles to place traps on

This commit is contained in:
Wuzzy 2019-08-23 14:37:38 +02:00
parent 1e6f18253e
commit fe41da8bd0
1 changed files with 4 additions and 4 deletions

View File

@ -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"
}