Disable traps in some rooms

This commit is contained in:
Wuzzy 2019-08-20 00:45:46 +02:00
parent 4c52d902e4
commit d64e5d5b47
1 changed files with 5 additions and 22 deletions

View File

@ -1,23 +1,6 @@
-- ROOM LAYOUTS
local room_types = {
--[[
-- Empty room
{
style = "yrepeat",
layout = {
" "," "," "," "," "," "," "," "," ",
" "," "," "," "," "," "," "," "," ",
" "," "," "," "," "," "," "," "," ",
" "," "," "," "," "," "," "," "," ",
" "," "," "," "," "," "," "," "," ",
" "," "," "," "," "," "," "," "," ",
" "," "," "," "," "," "," "," "," ",
" "," "," "," "," "," "," "," "," ",
" "," "," "," "," "," "," "," "," "
},
},
]]
-- Pillar room
{
style = "yrepeat",
@ -123,7 +106,7 @@ local room_types = {
" ","s"," ","s"," ","s"," ","s"," ",
" "," ","^"," ","^"," ","^"," ","^",
},
traps = true,
--traps = true,
},
-- plusses
{
@ -139,7 +122,7 @@ local room_types = {
" "," ","s",">"," ","<","s"," "," ",
"s"," "," "," "," "," "," "," ","s",
},
traps = true,
--traps = true,
},
-- diamond
{
@ -155,7 +138,7 @@ local room_types = {
"s","s","s"," "," "," ","s","s","s",
">","s","s","s","s","s","s","s","s",
},
traps = true,
--traps = true,
},
-- hallway
{
@ -291,7 +274,7 @@ local room_types = {
" "," "," "," "," "," "," "," "," ",
" "," "," "," "," "," "," "," "," ",
},
traps = true,
--traps = true,
},
-- pacman
{
@ -550,7 +533,7 @@ local room_types = {
" "," ","v"," ","v"," ","v"," "," ",
" "," "," "," "," "," "," "," "," ",
},
traps = true,
--traps = true,
},