extends Job class_name InfectJob func _init() -> void: job_name = "Infect" job_description = "Infect some roots" super._init() func _ready() -> void: Log.pr("Infect job added to the scene...")