From 81d92331ce75d9f204fd8e61f5f6dc54521a3aed Mon Sep 17 00:00:00 2001 From: rubin Date: Thu, 9 Feb 2023 16:32:03 +0300 Subject: [PATCH] fixed warelock --- mafia-tools.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mafia-tools.lua b/mafia-tools.lua index 2fc9138..efd76e9 100644 --- a/mafia-tools.lua +++ b/mafia-tools.lua @@ -716,6 +716,9 @@ get_guns.onServerMessage = function(color, message) get_guns.warehouse = true get_guns.start_get() end + if message:find("^ .+ открыл%(а%) склад с оружием$") and not message:find(getLocalPlayerNickname()) then + get_guns.warelock_send = {} + end if message == " Броня уже 100%" and get_guns.getgun then antiflood.send[#antiflood.send+1] = "/getgun" end