Level temperature
Allow setting a per-level "temperature": hot, cold, or temperate via special level flags. Currently it only affects some messages in Gehennom, but it could be expanded to ice melting, water freezing, or monster generation, for example. Invalidates saves and bones.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
des.level_init({ style = "solidfill", fg = " " });
|
||||
|
||||
des.level_flags("mazelevel", "noteleport", "hardfloor", "nommap");
|
||||
des.level_flags("mazelevel", "noteleport", "hardfloor", "nommap", "temperate");
|
||||
|
||||
des.map([[
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user