Replace room: hallway

This commit is contained in:
Wuzzy 2019-08-20 06:16:03 +02:00
parent a6c3ab814b
commit 104b2e947a
1 changed files with 9 additions and 9 deletions

View File

@ -142,19 +142,19 @@ local room_types = {
}, },
--traps = true, --traps = true,
}, },
-- hallway -- square
{ {
style = "yrepeat", style = "yrepeat",
layout = { layout = {
"S"," "," "," "," ","S","S","S"," ",
"S","^","^","S"," ","S","S",">"," ",
"S","S","S","S"," ","S","S",">"," ",
"S","S","S","S"," ","S","S","S"," ",
" "," "," "," "," "," "," "," "," ", " "," "," "," "," "," "," "," "," ",
" ","S","S","S"," ","S","S","S","S", " ","S","S","S","^","S","S","S"," ",
" ","<","S","S"," ","S","S","S","S", " ","S","S","S","S","S","S","S"," ",
" ","<","S","S"," ","S","v","v","S", " ","S","S","S","S","S","S","S"," ",
" ","S","S","S"," "," "," "," "," ", " ","S","S","S","S","S","S",">"," ",
" ","S","S","S","S","S","S","S"," ",
" ","S","S","S","S","S","S","S"," ",
" ","S","S","S","v","S","S","S"," ",
" "," "," "," "," "," "," "," "," ",
}, },
}, },
-- hallway 2 -- hallway 2