]> granicus.if.org Git - nethack/commitdiff
Don't bother flipping oracle level
authorPasi Kallinen <paxed@alt.org>
Fri, 21 Feb 2020 19:32:18 +0000 (21:32 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 21 Feb 2020 19:32:18 +0000 (21:32 +0200)
dat/oracle.lua

index 1158a18d032125ccf914f2dd42855364acdc777c..66df6692c33ab6c80d88ac07b52829b1f7e80937 100644 (file)
@@ -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 });