From 104b2e947a72a301f38864c75c1190113bae2a95 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 20 Aug 2019 06:16:03 +0200 Subject: [PATCH] Replace room: hallway --- room.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/room.lua b/room.lua index 1805730..6cb9aa5 100644 --- a/room.lua +++ b/room.lua @@ -142,19 +142,19 @@ local room_types = { }, --traps = true, }, - -- hallway + -- square { style = "yrepeat", 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","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","S","S","S"," ", + " ","S","S","S","S","S","S","S"," ", + " ","S","S","S","v","S","S","S"," ", + " "," "," "," "," "," "," "," "," ", }, }, -- hallway 2