From 9f22b0e4dfd082188e75edaae35f8bcd3e993592 Mon Sep 17 00:00:00 2001 From: szporowolik Date: Tue, 15 Sep 2020 00:09:38 +0200 Subject: [PATCH] Fixed #38 - Scuds shall be counted now --- 01_DCS/Hooks/Perun.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01_DCS/Hooks/Perun.lua b/01_DCS/Hooks/Perun.lua index 30de3b3..932c559 100644 --- a/01_DCS/Hooks/Perun.lua +++ b/01_DCS/Hooks/Perun.lua @@ -22,7 +22,7 @@ Perun.MOTD_L2 = "Wymagamy obecnosci DCS SRS oraz TeamSpeak - szczegoly na forum" -- ###################### END OF SETTINGS - DO NOT MODIFY OUTSIDE THIS SECTION ###################### -- Variable init -Perun.Version = "v0.10.0" +Perun.Version = "v0.10.1" Perun.StatusData = {} Perun.SlotsData = {} Perun.MissionData = {} @@ -842,7 +842,7 @@ Perun.onGameEvent = function (eventName,arg1,arg2,arg3,arg4,arg5,arg6,arg7) _temp_event_type="kill_Infantry" elseif _temp_category == "Fortification" then _temp_event_type="kill_Fortification" - elseif _temp_category == "Artillery" then + elseif _temp_category == "Artillery" or _temp_category == "MissilesSS" then _temp_event_type="kill_Artillery" else _temp_event_type="kill_Other"