fix(training): restore ai reward script parsing

This commit is contained in:
Josh Creek
2026-09-01 18:13:53 +01:00
parent c65cd2d17e
commit e3fad7064b
+1 -1
View File
@@ -626,7 +626,7 @@ func _on_ship_body_entered(body: Node) -> void:
if ball.global_position.y > AIR_TOUCH_HEIGHT:
_air_touches += 1
if alignment >= PRODUCTIVE_AIR_TOUCH_ALIGNMENT:
_productive_air_touches += 1
_productive_air_touches += 1
static func team_touch_credit(touch_payout: float, weight: float, teammate_count: int) -> float: