File diff 12dc77d6f1ec → 93308919b9f7
items.lua
Show inline comments
 
@@ -490,7 +490,6 @@ item_harpoon = obj {
 
        local canshoot = false;
 
        if (type(o.canshoot) == "function") then
 
            canshoot, noshootmsg = o:canshoot();
 
            print(canshoot, noshootmsg);
 
        else
 
            canshoot = o.canshoot;
 
        end;