More highlighting (#130)

* allow to highlight alive critters

* allow to ignore NO_HIGHLIGHT flag

* don't highlight while in loot screen, so that it's not constantly toggled by shift-A ("Take All" hotkey)
This commit is contained in:
burner1024
2018-01-17 13:55:22 +08:00
committed by NovaRain
parent 9475b8c482
commit 3227966767
3 changed files with 20 additions and 3 deletions
+6
View File
@@ -7,9 +7,15 @@ Key=42
; Set to 1 to also highlight containers
Containers=1
; Set to 1 to ignore NO_HIGHLIGHT flag on objects and highlight them regardless
IgnoreNoHighlight=0
; Set to 1 to also highlight lootable corpses
Corpses=1
; Set to 1 to also highlight alive critters
Critters=0
; Set to 1 to only highlight objects in the player's line-of-sight
CheckLOS=0