Changeset - 4282350696a0
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-03-08 11:04:01

umbrella is not needed
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
startup.lua
Show inline comments
 
@@ -81,7 +81,7 @@ player_drake = player {
 
    disp3 = "Дрейку";
 
    where = 'port';
 
    
 
    obj = {'hp_indicator', 'item_umbrella', 'item_charts', 'item_note_1', 'item_money'};
 
    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)