Changeset - 503d2448f479
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-02-03 13:01:55

text fixes
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
items.lua
Show inline comments
 
@@ -200,9 +200,9 @@ item_harpoon = obj {
 
    nam = "item_harpoon";
 
    disp = function(s)
 
        if (s.charge == 0) then
 
            return "Гарпунное ружье (разряжено)";
 
            return "Ружье (разряжено)";
 
        else
 
            return "Гарпунное ружье (заряжено)";
 
            return "Ружье (заряжено)";
 
        end;
 
    end;
 
    dsc = [[К стене прислонено {гарпунное ружье}. ]];
0 comments (0 inline, 0 general)