]> granicus.if.org Git - nethack/commitdiff
Make plane of fire hot
authorPasi Kallinen <paxed@alt.org>
Wed, 18 Jan 2023 08:50:32 +0000 (10:50 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 18 Jan 2023 08:50:32 +0000 (10:50 +0200)
dat/fire.lua

index c28dee0a31d7790f04155cf68b93296d33eb7c2a..3a6ff7272804327d5f58fcd31e4ac1dc4e6234c5 100644 (file)
@@ -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.