From 2511637169eaf54f51acdd95eb064beebcf29e74 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 18 Jan 2023 10:50:32 +0200 Subject: [PATCH] Make plane of fire hot --- dat/fire.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dat/fire.lua b/dat/fire.lua index c28dee0a3..3a6ff7272 100644 --- a/dat/fire.lua +++ b/dat/fire.lua @@ -6,7 +6,7 @@ -- des.level_init({ style = "solidfill", fg = " " }); -des.level_flags("mazelevel", "noteleport", "hardfloor", "shortsighted") +des.level_flags("mazelevel", "noteleport", "hardfloor", "shortsighted", "hot") -- The player lands, upon arrival, in the -- lower-right. The location of the -- portal to the next level is randomly chosen.