From d76ffe43b7a81632ec596cd23369bf58d6d48149 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Fri, 21 Feb 2020 21:32:18 +0200 Subject: [PATCH] Don't bother flipping oracle level --- dat/oracle.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dat/oracle.lua b/dat/oracle.lua index 1158a18d0..66df6692c 100644 --- a/dat/oracle.lua +++ b/dat/oracle.lua @@ -1,4 +1,6 @@ +des.level_flags("noflip"); + des.room({ type = "ordinary", lit=1, x=3,y=3, xalign="center",yalign="center", w=11,h=9, contents = function() des.object({ id = "statue", x = 0, y = 0, montype = "C", historic = true }); des.object({ id = "statue", x = 0, y = 8, montype = "C", historic = true }); -- 2.50.1