diff --git a/Game/scripts/ship_ai_controller.gd b/Game/scripts/ship_ai_controller.gd index d11fe7d5..0cc2ea86 100644 --- a/Game/scripts/ship_ai_controller.gd +++ b/Game/scripts/ship_ai_controller.gd @@ -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: