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