From d33f8d0a89a23cc27b48d76cc901084144b75d61 Mon Sep 17 00:00:00 2001 From: RojjaCebolla <62170514+RojjaCebolla@users.noreply.github.com> Date: Fri, 1 Oct 2021 01:13:09 -0400 Subject: [PATCH] Fix: correct roomtype of oracle-1 This is to display delphi in blue, not white, and may have other small side effects (for the better). --- dat/oracle-1.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dat/oracle-1.lua b/dat/oracle-1.lua index 4a78b449ff..42d2219fa5 100644 --- a/dat/oracle-1.lua +++ b/dat/oracle-1.lua @@ -1,6 +1,6 @@ des.level_flags("noflip"); -des.room({ type = "ordinary", lit=1, x=39,y=10, xalign="center",yalign="center", w=11,h=9, contents = function() +des.room({ type = "delphi", lit=1, x=39,y=10, 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 }); des.object({ id = "statue", x =10, y = 0, montype = "C", historic = true });