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