Moved sfall-mod.ini into mods\ folder

Packed item highlighting and NPC combat control mods into sfall.dat.
This commit is contained in:
NovaRain
2023-07-02 20:40:35 +08:00
parent 0926ace899
commit f42b232e19
10 changed files with 14 additions and 7 deletions
+3 -1
View File
@@ -164,7 +164,9 @@ end
procedure start begin
variable sect, sects, armorTypes, armorType, npc, pid, pids, i;
if game_loaded and (sfall_ver_major >= 4) then begin
if game_loaded then begin
if (sfall_ver_major < 4) then return;
armorTypes := get_ini_section(modIni, "ArmorTypes");
armorPidMap := create_array_map;
foreach (armorType: pids in armorTypes) begin