Changeset - e3361876e54e
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-01 07:33:28

hp indicator fixed
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
startup.lua
Show inline comments
 
@@ -86,8 +86,7 @@ player_drake = player {
 
    disp3 = "Дрейку";
 
    where = 'port';
 
    
 
    --obj = {, 'item_charts', 'item_note_1', 'item_money'};
 
    obj = {'hp_indicator', 'item_harpoon', 'item_suit'};
 
    obj = {'hp_indicator', 'item_charts', 'item_note_1', 'item_money'};
 
    
 
    pay = function(s, c)
 
        if (s.money >= c) then
0 comments (0 inline, 0 general)