Fixed missing AC/DR mod stats when examining ammo in barter screen.

Added an option to display full item description for weapon/ammo in barter screen.
Minor code correction in ScriptExtender.cpp.
Minor edits to document.
Updated version number.
This commit is contained in:
NovaRain
2018-11-20 07:23:25 +08:00
parent 4da10e2fdb
commit da31455cef
5 changed files with 124 additions and 25 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
;sfall configuration settings
;v3.8.12
;v3.8.13
[Main]
;Change to 1 if you want to use command line args to tell sfall to use another ini file.
@@ -631,6 +631,9 @@ NumbersInDialogue=0
;Set to 1 to use Fallout's normal text font instead of DOS-like font on the world map
WorldMapFontPatch=0
;Set to 1 to display full item description for weapon/ammo in barter screen
FullItemDescInBarter=0
;Set to 1 to display experience points with the bonus from Swift Learner perk when gained from non-scripted situations
DisplaySwiftLearnerExp=1