File diff 503d2448f479 → 550f49d73f5d
items.lua
Show inline comments
 
@@ -174,7 +174,9 @@ item_colt = obj {
 
			else
 
				return "";
 
			end;
 
		elseif (o.noshootmsg) then
 
		elseif o.noshootsilent then
 
			return
 
		elseif o.noshootmsg then
 
			return o.noshootmsg;
 
		else
 
			return "Я не буду этого делать!";
 
@@ -241,6 +243,8 @@ item_harpoon = obj {
 
            else
 
                return "";
 
            end;
 
		elseif o.noshootsilent then
 
			return
 
        elseif (o.noshootmsg) then
 
            return o.noshootmsg;
 
        else