mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user