Compare commits
1 Commits
507f06fb8c
...
unlinked_l
Author | SHA1 | Date | |
---|---|---|---|
c752e8e1e3
|
@ -130,7 +130,7 @@ hpcols_lut = csv[[36
|
||||
-- call after any change to maxhp
|
||||
-- configures health gradient
|
||||
function init_hpcols()
|
||||
hpcols = hpcols_lut[min(primary_ship.maxhp,6)]
|
||||
hpcols = hpcols_lut[min(primary_ship.maxhp,5)]
|
||||
end
|
||||
|
||||
function wipe_game()
|
||||
|
Reference in New Issue
Block a user