fix pull request #523 - lighting on baalz level
Details for baalz level are different from other levels and that unintentionally gave it a chance to be lit. Force it to be unlit. Fixes #523
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
-- Copyright (c) 1992 by M. Stephenson and Izchak Miller
|
||||
-- NetHack may be freely redistributed. See license for details.
|
||||
--
|
||||
des.level_init({ style = "solidfill", fg = " " });
|
||||
des.level_init({ style = "solidfill", fg = " ", lit = 0 });
|
||||
|
||||
-- TODO FIXME: see baalz_fixup - the legs get removed currently.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user