From d6697da62b9cd881b23f3942b26bdf294b9f3515 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Wed, 6 Jan 2010 23:43:29 +0100 Subject: New minimap colour option for peaceful monsters, by default same as friendly. --- crawl-ref/settings/tiles_options.txt | 41 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 20 deletions(-) (limited to 'crawl-ref/settings') diff --git a/crawl-ref/settings/tiles_options.txt b/crawl-ref/settings/tiles_options.txt index b9439a3049..2062cc41eb 100644 --- a/crawl-ref/settings/tiles_options.txt +++ b/crawl-ref/settings/tiles_options.txt @@ -9,26 +9,27 @@ ### The following lines define the colours of various objects within the ### tiles minimap. See options_guide.txt for more details. -# tile_player_col = white -# tile_monster_col = red -# tile_neutral_col = red -# tile_friendly_col = lightred -# tile_plant_col = darkgreen -# tile_item_col = green -# tile_unseen_col = black -# tile_floor_col = lightgrey -# tile_wall_col = darkgrey -# tile_mapped_wall_col = blue -# tile_door_col = brown -# tile_downstairs_col = magenta -# tile_upstairs_col = blue -# tile_feature_col = cyan -# tile_trap_col = yellow -# tile_water_col = grey -# tile_lava_col = grey -# tile_excluded_col = darkcyan -# tile_excl_centre = darkblue -# tile_window_col = yellow +# tile_player_col = white +# tile_monster_col = red +# tile_neutral_col = red +# tile_peaceful_col = lightred +# tile_friendly_col = lightred +# tile_plant_col = darkgreen +# tile_item_col = green +# tile_unseen_col = black +# tile_floor_col = lightgrey +# tile_wall_col = darkgrey +# tile_mapped_wall_col = blue +# tile_door_col = brown +# tile_downstairs_col = magenta +# tile_upstairs_col = blue +# tile_feature_col = cyan +# tile_trap_col = yellow +# tile_water_col = grey +# tile_lava_col = grey +# tile_excluded_col = darkcyan +# tile_excl_centre = darkblue +# tile_window_col = yellow # If Crawl's response rate is too slow, try increasing the update rate. # tile_update_rate = 1000 -- cgit v1.2.3-54-g00ecf