Renamed gl_npcarmor script to gl_npcarmor_lite

Improved the version check in gl_highlighting_lite and gl_npcarmor_lite.
This commit is contained in:
NovaRain
2021-05-09 19:59:49 +08:00
parent 8c09223812
commit 2cb2ebc9c9
9 changed files with 24 additions and 19 deletions
@@ -114,7 +114,7 @@ procedure InventoryMoveHandler begin
end
procedure start begin
if game_loaded and (sfall_ver_major < 4) then begin
if game_loaded and (sfall_ver_major < 4 and sfall_ver_build >= 12) then begin
call InitConfigs;
highlightKey := GetConfig(configSection, "Key", 0);