From: Pasi Kallinen Date: Wed, 18 Jan 2023 08:50:32 +0000 (+0200) Subject: Make plane of fire hot X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2511637169eaf54f51acdd95eb064beebcf29e74;p=nethack Make plane of fire hot --- 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.