def _areahunt(self_id, point): return [EnvCmd.make_areahunt(self_id, 270, 80, *point, *AREA_HUNT_PARAMS)]
def _areahunt(self_id, point): print("红方-轰炸机-{0}-区域 突击-{1}!".format(self_id, point)) return [ EnvCmd.make_areahunt(self_id, 270, 80, *point, *AREA_HUNT_PARAMS) ]