Not required, but makes the code just a tat bit cleaner in my opinion: You could get rid of the _ready() function if you assign the max_health as a default value for the current_health variable, e.g.:
var current_health: int = max_health:
All a matter of opinion of course, but I’d thought I’d share it here anyway