Added displaying party member's current level & AC & addict flag info to the combat control panel (from Mr.Stalin)

Changed highlighting containers/corpses to be default on in sfall-mods.ini.
This commit is contained in:
NovaRain
2018-10-16 10:05:25 +08:00
parent 005684fa3b
commit bceb505024
6 changed files with 51 additions and 2 deletions
+3
View File
@@ -7,6 +7,9 @@ HighlightFail2=Your motion sensor is out of charge.
SuperStimExploitMsg=You cannot use a super stim on someone who is not injured!
BlockedCombat=You cannot enter combat at this time.
SaveSfallDataFail=ERROR saving extended savegame information! Check if other programs interfere with savegame files/folders and try again.
PartyLvlMsg=Lvl:
PartyACMsg=AC:
PartyAddictMsg=Addict
[AppearanceMod]
RaceText=Race
+2 -2
View File
@@ -5,10 +5,10 @@
Key=42
; Set to 1 to also highlight containers
Containers=0
Containers=1
; Set to 1 to also highlight lootable corpses
Corpses=0
Corpses=1
; Set to 1 to only highlight objects in the player's line-of-sight
CheckLOS=0