PWMAngband 1.4.0 beta 6
– Add NO_MONSTERS flag on terrain to prevent generating monsters
– Change floor/wall/door/rule lines in dungeon.txt from a percentage chance to a 1/10000 chance
– Use correct variable in town_gen_layout()
– Split Send_play into multiple parts to avoid “Send_feat_struct_info write error” when too many features
– Fix bug preventing new game after generating a character dump
– Major changes to blackguard
– Fix door placement in labyrinths
– Fix bug in player_abilities initialisation
– Make exploding chests explode
– Add menu for throwing items
– Fix some more bytes_read errors
– Add open door feature to door lines in dungeon.txt
--
Currently all dungeons layout in the process of updating 1-30 lvl are ready
– Add NO_MONSTERS flag on terrain to prevent generating monsters
– Change floor/wall/door/rule lines in dungeon.txt from a percentage chance to a 1/10000 chance
– Use correct variable in town_gen_layout()
– Split Send_play into multiple parts to avoid “Send_feat_struct_info write error” when too many features
– Fix bug preventing new game after generating a character dump
– Major changes to blackguard
– Fix door placement in labyrinths
– Fix bug in player_abilities initialisation
– Make exploding chests explode
– Add menu for throwing items
– Fix some more bytes_read errors
– Add open door feature to door lines in dungeon.txt
--
Currently all dungeons layout in the process of updating 1-30 lvl are ready
Comment