Changeset - d35d7cda7ee4
[Not reviewed]
default
0 1 0
Silverwing - 6 years ago 2019-01-27 19:26:10

harpoon discharges when killing guard
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
atlantis_dyp_night.lua
Show inline comments
 
@@ -198,12 +198,13 @@ dyp_night_chief_guard = obj {
 
            return [[Рядом с дверью лежит труп охранника. ]];
 
        end;
 
    end;
 
    use = function(s, o)
 
        if o == item_harpoon then
 
            s.state = 1;
 
            item_harpoon.charge = 0;
 
            return [[Вы стреляете в охранника гарпуном и он падает на пол. ]];
 
        end;
 
    end
 
};
 

	
 
dyp_night_chief_house_2nd_floor2 = room {
0 comments (0 inline, 0 general)